About 119,000 results
Open links in new tab
  1. What is syntax highlighting and how does it work?

    Oct 13, 2014 · What is syntax highlighting? Syntax highlighting allows code in posts to be highlighted based on the language it's written in, to make it easier to read. How does it work? …

  2. Proper syntax highlighting for PowerShell - Meta Stack Overflow

    Aug 9, 2023 · Related questions: Syntax highlighting: Use "lang-bash" (or similar) as default language for tags [powershell] and [powershell-core] until PowerShell is fully supported This …

  3. PowerShell Syntax Highlighting - Meta Stack Overflow

    Jun 11, 2021 · I mainly answer PHP questions where syntax highlighting has always worked for me with just indentation. I've just started using PowerShell and have asked a couple of …

  4. Syntax highlighting: Use "lang-bash" (or similar) as default …

    Note: There are related existing posts, but this one makes a concrete proposal that complements the feature-request post that asks for proper PowerShell syntax-highlighting support via …

  5. Enable automatic and on-demand syntax highlighting for …

    Oct 23, 2022 · Syntax highlighting: Use "lang-bash" (or similar) as default language for tags [powershell] and [powershell-core] until PowerShell is fully supported is a related request for …

  6. TSX syntax highlighting doesn't appear to be working

    Jul 10, 2024 · ```tsx some code here ``` What is syntax highlighting and how does it work? says this should be just fine as a way to declare my syntax highlighting and tsx is a supported …

  7. Why is C# syntax highlighting not working sometimes?

    May 25, 2016 · Syntax highlighting is dependent on the tags. Some tags have languages pre-defined, some tags let the highlighter interpret the language (default), and some tags do not …

  8. Dockerfile syntax highlighting? - Meta Stack Overflow

    From what I read here, and here; I expected there would be syntax highlighting for Dockerfile files. But I've tried it to apply highlighting to one answer of mine here, but it never shows. I've tried

  9. Typescript language syntax highlighting broken when using "ts" or …

    Oct 14, 2024 · Lately I've noticed the syntax highlighting for typescript questions is not applying when the code fence hint ```ts or ```lang-ts is used. Example question - How to have …

  10. Proper syntax highlighting for Blazor - C# with HTML on Stack …

    Jul 1, 2025 · The code highlighting here on Stack Overflow appears to be missing a tag for Blazor-like pages where C# and HTML are combined within the same file. Currently, I can only format …