About 52 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? Stack Exchange …

  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 question is very …

  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 questions and syntax …

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

    Workarounds for now: To get a (somewhat) predictable, (mostly) useful highlighting PowerShell experience for now, individual code blocks - or whole posts, via a HTML comment - must be explicitly …

  5. Newest 'syntax-highlighting' Questions - Meta Stack Overflow

    Nov 4, 2024 · Syntax highlighting auto-detection is broken for the [tensorflow] and [keras] tags [duplicate] Previously code blocks on questions tagged with a single programming language were …

  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 name. And yet, I …

  7. Enable automatic and on-demand syntax highlighting for PowerShell ...

    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 an interim, stopgap …

  8. 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 enable …

  9. MATLAB syntax highlighting? - Meta Stack Overflow

    From this question I understand that syntax highlighting on Stack Overflow is done using Google's prettify project, which does support MATLAB syntax. Despite this, the MATLAB information page...

  10. Add syntax highlighting language for diff - Meta Stack Overflow

    I'm just looking for a very light implementation of the diff language, which is probably the world's simplest syntax highlighting routine ever. If a string starts with +, make the text of the rest of the line green, …