-
Ref: https://github.com/vuejs/vetur/issues/210
In Vue files you can have ``, `` and `` tag.
However, certain libraries can add top-level custom blocks that uses another language. For example:
…
-
Hi @kach - thanks for this incredible work!
I was wondering if there are any guides & tools available to convert a nearley grammar into a textmate syntax highlighter? I'm doing the work manually r…
-
Possibly take influence from https://github.com/styled-components/vscode-styled-components
-
Hi,
Thanks a lot for this plugin. Now I can add missing languages.
Here is how I added PineScript support:
- Download [pine.tmLanguage.json](https://github.com/frizLabz-FFriZz/Pine-Script-v5-VS…
-
The grammar's handling of `|` in identifiers does not align with the Reader, nor with the stance held by the Clojure Team regarding its validity.
Officially `|` is not a valid character in identifi…
-
I created a barebones VS Code extension implementing syntax highlighting support at https://github.com/kevinramharak/oak-syntax-highlighting.
Most of it is based on the rust grammar, but it can eas…
-
I started working with textmate-grammar-python for the https://github.com/sphinx-contrib/matlabdomain package. Thanks for starting this work - it's much more structured than the pygments tokens.
Gi…
-
There's a lot of TextMate grammar's already in existence for proto files. We should probably just use one of those for the sake of the hackathon. If we have time we can improve on it (most I've seen a…
-
The `clone()` function on `StateStack` doesn't actually clone the object, but instead just returns the original object (reference)
meaning, `tokenizeLine()` will still modify the `ruleStack` that I w…
-
We're stuck updating the textmate grammar in 2+ places because it's not in the Malloy package. We should probably just move it in...