diff --git a/syntax-highlighting-rules/lua.json b/syntax-highlighting-rules/lua.json deleted file mode 100644 index ff5d916..0000000 --- a/syntax-highlighting-rules/lua.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "name": "lua: default", - "scope": [ - "source.lua" - ], - "settings": { - "foreground": "" - } - } -]