About 1,160,000 results
Open links in new tab
  1. Syntax Highlight Guide | Visual Studio Code Extension API

    Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords like if or for in JavaScript differently than …

  2. Set language for syntax highlighting in Visual Studio Code

    To solve this you can Cmd + Shift + P → "install Extensions" and look for the language you want to add, say "Scala". Find the suitable Syntax package, install it and reload. This will pick up the …

  3. Syntax Highlighter - Visual Studio Marketplace

    Provides universal syntax coloring engine for almost any programming language. See list of currently supported languages above. Under the hood the extension utilizes VSCode …

  4. vscode-docs/api/language-extensions/syntax-highlight-guide.md ... - GitHub

    Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords like if or for in JavaScript differently than …

  5. How to Enable Syntax Highlighting in Visual Studio Code?

    Jul 8, 2023 · To enable highlighting syntax in Visual Studio Code, follow these steps: 1. Check the syntax highlighting extension: First, make sure you have the corresponding extension installed …

  6. Building a syntax highlighting extension for VS Code

    Mar 1, 2024 · I spent a few days of my spare time building a VS Code extension that would bring better syntax highlighting for the Slim template language to the editor. I quite enjoyed most of …

  7. TIL #067 – VS Code extension for custom syntax highlighting

    Jul 6, 2023 · After getting started with VS Code's guide on writing your first extension, I found a guide specific to creating extensions that do custom syntax highlighting. A few rabbit holes …

  8. Mastering VS Code Extensions: Language Support and IntelliSense

    Aug 9, 2024 · Syntax Highlighting: Colors and styles that distinguish different elements of your code, making it easier to read and understand. Code Snippets: Predefined templates that …

  9. Customizing syntax highlighting in Visual Studio Code

    Jul 1, 2016 · To tune the editor's syntax highlighting colors, use editor.tokenColorCustomizations in your user settings settings.json file. Besides simple token customization you can fully …

  10. Semantic Highlight Guide | Visual Studio Code Extension API

    Semantic highlighting is an addition to syntax highlighting as described in the Syntax Highlight guide. Visual Studio Code uses TextMate grammars as the main tokenization engine. …

  11. Some results have been removed
Refresh