diff --git a/Comments.tmPreferences b/Comments.tmPreferences index 198997c..f049cf2 100644 --- a/Comments.tmPreferences +++ b/Comments.tmPreferences @@ -4,7 +4,7 @@ <key>name</key> <string>Comments</string> <key>scope</key> - <string>source.lua</string> + <string>source.luae</string> <key>settings</key> <dict> <key>shellVariables</key> diff --git a/LuaExtended.sublime-build b/LuaExtended.sublime-build index 51717eb..8d86c43 100644 --- a/LuaExtended.sublime-build +++ b/LuaExtended.sublime-build @@ -1,5 +1,5 @@ { "cmd": ["lua", "$file"], "file_regex": "^(?:lua:)?[\t ](...*?):([0-9]*):?([0-9]*)", - "selector": "source.lua" -} \ No newline at end of file + "selector": "source.luae" +}