Replies: 2 comments
-
Hmm maybe not so simple. Just yet. But it is actively being discussed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like we would need to do a translation using https://learnvimscriptthehardway.stevelosh.com/chapters/45.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have had requests re:
vim
/emacs
support for syntax highlightingmyst
documents.The
myst-vs-code
extension uses textmate grammarhttps://github.com/executablebooks/myst-vs-code/blob/master/syntaxes/myst.tmLanguage
@AakashGfude would you mind looking into
vim
and see if we can add a simple interface and make use oftmLanguage
in a basic extension to enable this. 🤞 not a lot of work and just would need some wrapper / package setup.thanks @chrisjsewell for pointing me towards the
syntax highlighter
code invs-code
Additional Pointers:
Building the textmate grammar
https://github.com/executablebooks/myst-vs-code/blob/master/template/myst.tmLanguage.j2.yaml
https://github.com/executablebooks/myst-vs-code#building-the-grammar-and-snippet-assets
Beta Was this translation helpful? Give feedback.
All reactions