Update Lua grammar (#144544)

fixes #144543
This commit is contained in:
最萌小汐
2022-03-07 19:39:44 +08:00
committed by GitHub
parent 1e33effe41
commit bd3165e417
3 changed files with 11 additions and 4 deletions

View File

@@ -29,7 +29,10 @@
{
"language": "lua",
"scopeName": "source.lua",
"path": "./syntaxes/lua.tmLanguage.json"
"path": "./syntaxes/lua.tmLanguage.json",
"tokenTypes": {
"comment.line.double-dash.doc.lua": "other"
}
}
]
},