Skip to content

Commit d3c9431

Browse files
committed
dose not provide lua grammar anymore
1 parent 14ec58e commit d3c9431

File tree

2 files changed

+0
-807
lines changed

2 files changed

+0
-807
lines changed

package/package.lua

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ return {
3535
title = "Lua",
3636
properties = require 'package.configuration',
3737
},
38-
grammars = {
39-
{
40-
language = "lua",
41-
scopeName = "source.lua",
42-
path = "./syntaxes/lua.tmLanguage.json",
43-
tokenTypes = {
44-
["comment.line.double-dash.doc.lua"] = "other",
45-
["string.quoted.single.lua"] = "other",
46-
["string.quoted.double.lua"] = "other",
47-
},
48-
}
49-
},
5038
semanticTokenScopes = {
5139
{
5240
language = "lua",

0 commit comments

Comments
 (0)