-
When I edit an HTML document, Geany's syntax highlighter allows
```
```
But if I write 'doctype' in lowercase, the syntax highlighter marks 'doctype' in red. According to the HTML specificat…
-
```
What steps will reproduce the problem?
Highlight the following source with vim's own highlighter:
syn keyword foo bar print
syn keyword foo
\ bar print
What is the expected output? Wh…
-
The syntax highlighter works well, but is a little naive, for example when highlighting a symbol such as:
`libasm-0.163.so!__x86.get_pc_thunk.bx`
the `0.163` is highlighted as a numeric value and th…
-
``` sh
# .freshrc
fresh twe4ked/dotfiles fresh/zsh-syntax-highlighting.freshrc --freshrc
```
…could be used to pull in this [zsh syntax highlighting freshrc](https://github.com/twe4ked/dotfiles/blob/…
-
not sure what the desired behaviour is - doing nothing seems good enough more or less, but some message might be good 😅
-
Bring typst support up to the level of PDF as described in [PDF Basics](https://quarto.org/docs/output-formats/pdf-basics.html#syntax-highlighting).
In particular, add support for the `highlight-st…
-
Reference: https://www.youtube.com/watch?v=d90qrJL7VvQ
**1. To copy code and keep the Syntax highlighting and formatting:**
----
- Directly Copy from **VS code** with light color theme (No L…
-
Firstly, thanks for making this syntax highlighter! I was glad to find it.
I think I've found a bug, which is that multiline values (delineated with a terminal `\`) for special fields are not consi…
hxlnt updated
2 months ago
-
**Describe the bug**
Can't `SyntaxHighlighter.registerLanguage` due to `jsx` seem to not properly import.
**To Reproduce**
```jsx
import React from 'react';
import { Light as SyntaxHighlighte…
-
```
What steps will reproduce the problem?
Highlight the following source with vim's own highlighter:
syn keyword foo bar print
syn keyword foo
\ bar print
What is the expected output? Wh…