-
See https://github.com/Microsoft/vscode/issues/16206#issuecomment-265166655 and https://github.com/Microsoft/vscode-textmate/blob/master/src/tests/themedTokenizer.ts#L25
The tokenizeLine2 seems to …
-
When i select the theme with `TxMtTheme` and try to enable it with `TxMtEnable` i get no colors at all, it's all white.
When i try to disable it with `TxMtDisable` i get this error:
```
Error e…
-
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…
-
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
-
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:
…
-
TextMate gives you the capability to define a grammar with JSON (VSCode) or PList. And it exists a lot of grammar with TextMate (JSON, XML, C#, TypeScript, etc)
If you wish to support TextMate gram…
-
There are too many conflicting syntaxes in GSS (VGL/VFL/CCSS/CSS). As a result, it's easy for novice authors to make mistakes conflating multiple forms. For instance:
```
#id {
height: == #othe…
-
I use NeoVim on Windows, but I do have WSL Ubuntu. Make doesn't really work well on Windows, so I ended up using WSL, and changed up some files to make it work somehow
```
diff --git a/libs/Onigmo/c…
-
All the hard coded references to `~/Library/Application\ Support/TextMate/Bundles/ForceDotBundle.tmbundle` in the various commands don't work for me. When you install a bundle in TextMate it puts it …