-
Is it possile to parse something like this ?
https://raw.github.com/kangax/textmate-js-language-syntax-file/master/JavaScript.plist
-
**Syntax:**
* name: typst
* description: a new markup language for typesetting papers, a latex replacement on the rise
* homepage: https://typst.app/
* official textmate definitions: https:/…
pbsds updated
5 months ago
-
There are some edge cases at the moment where comments are not recognised correctly. For example, the two lines below are not displayed correctly.
echo "The #-sign can be used for numbers" #thi…
-
I'm looking to put CEL into a Monaco instance so I can have syntax highlighting and autocomplete. I've done some googling but haven't come across a custom language file that someone built for Monaco a…
dwilt updated
2 months ago
-
Version: 1.58.0 (user setup)
Commit: 2d23c42a936db1c7b3b06f918cde29561cc47cd6
Date: 2021-07-08T06:54:55.083Z
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
O…
-
TextMate isn't sufficient for many languages.
We have been integrating in to the lower level, in the src/vs/languages directory and using Modes.IState and supports.TokenisationSupport. There needs to…
-
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…
-
## Development environment used
- Z Open Editor version: 1.41.1
- Editor Platform
- [X] Visual Studio Code
- [ ] Red Hat CodeReady Workspaces
- [ ] Eclipse Che
- [ ] Standalone Theia
…
-
Hello everyone.
I'm looking for a way to configure the docusaurus plugin with a custom textmate grammar to get highlighting for languages that aren't supported out-of-the-box by Shiki.
Could a…
-
**Describe the bug**
Process control keywords such as `if` `match` `for` are represented by the semantic token type as other making them highlighted as normal keywords, which is not in line with th…