-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I tried to introduce a special comment for CPP-directives like
#include "bla.lua"
in lua.tmLanguage.json
.vscode-oss/extensions/sumneko.lua-2.5.3/syntaxes
But now luck with
{
"begin": "^\\s*#[a-z]+",
"beginCaptures": {
"0": {
"name": "punctuation.definition.comment.lua"
}
},
"end": "\\n",
"name": "comment.line.double-dash.lua"
},
Maybe ralated too: https://github.com/sumneko/vscode-lua/issues/51
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working