Tag

syntax highlighting

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Apr 9, 2025 · Fundamentals

Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try

Fish Shell, a user‑friendly interactive shell rewritten in Rust, offers out‑of‑the‑box features such as syntax highlighting, smart auto‑completion, web‑based configuration, and a simple scripting syntax, making it an attractive alternative for developers and operations engineers seeking a modern command‑line experience.

Fish Shellauto completioncommand line
0 likes · 7 min read
Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try
IT Services Circle
IT Services Circle
May 17, 2024 · Fundamentals

Using Lex to Build a Simple cat‑Like Utility and an SQL Syntax Highlighter

This article demonstrates how to use the Lex lexical analyzer generator to build a minimal cat‑like utility by creating an empty rule file, then extends the technique to develop a simple SQL syntax highlighter with colorized output, explaining the role of %% separators, default rules, and compilation steps.

C++Tutorialcompiler-tools
0 likes · 9 min read
Using Lex to Build a Simple cat‑Like Utility and an SQL Syntax Highlighter
IT Services Circle
IT Services Circle
Apr 23, 2022 · Fundamentals

Using the bat Command: A Powerful, Highlighted and Paginated Replacement for cat

The article introduces the bat command as an enhanced, syntax‑highlighting and automatically paginated alternative to cat, explains its key features such as Git integration and non‑printable‑character display, provides installation and usage instructions on Linux, and shows how to customize its themes.

BATGit IntegrationLinux
0 likes · 7 min read
Using the bat Command: A Powerful, Highlighted and Paginated Replacement for cat
ByteFE
ByteFE
Aug 24, 2021 · Frontend Development

Understanding VSCode Syntax Highlighting and Language Extension Mechanisms

This article explains how VSCode implements code highlighting, tokenization, and advanced language features through declarative TextMate grammars, programmable language extensions, DocumentSemanticTokensProvider, the VSCode Language API, and the Language Server Protocol, illustrated with practical configuration examples and code snippets.

LSPTextMateVSCode
0 likes · 20 min read
Understanding VSCode Syntax Highlighting and Language Extension Mechanisms