should work now?

This commit is contained in:
2026-03-22 04:24:01 +02:00
parent c0f85b7550
commit 3f47c913f8
91 changed files with 61663 additions and 1 deletions

34
node_modules/jibo-sdk/grammars/mim-esml.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"scopeName": "text.mim-esml",
"fileTypes": [],
"name": "Jibo MIM ESML",
"patterns": [
{
"match": "\\$\\{\\s*\\}",
"name": "invalid.illegal.incomplete.emsl"
},
{
"begin": "(\\$\\{)",
"beginCaptures": {
"1": {
"name": "keyword.control.code-insert.esml"
}
},
"end": "(\\})",
"endCaptures": {
"1": {
"name": "keyword.control.code-insert.esml"
}
},
"contentName": "source.js.embedded.esml",
"patterns": [
{
"include": "source.js"
}
]
},
{
"include":"text.esml"
}
]
}