Add newt highlighting for markdown files

This commit is contained in:
2025-01-01 11:27:53 -08:00
parent 669670d68c
commit 39be411c37
2 changed files with 54 additions and 0 deletions

View File

@@ -37,6 +37,16 @@
"language": "newt",
"scopeName": "source.newt",
"path": "./syntaxes/newt.tmLanguage.json"
},
{
"path": "./syntaxes/inject.json",
"scopeName": "newt.injection",
"injectTo": [
"text.html.markdown"
],
"embeddedLanguages": {
"meta.embedded.block.idris": "newt"
}
}
],
"commands": [