From d0186b67e62d6242892903c4caa0295aaea8fc72 Mon Sep 17 00:00:00 2001 From: Andrew Kvapil Date: Mon, 23 May 2016 19:42:17 +0200 Subject: [PATCH] Fix Scope --- Comments.tmPreferences | 2 +- LuaExtended.sublime-build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Comments.tmPreferences b/Comments.tmPreferences index 198997c..f049cf2 100644 --- a/Comments.tmPreferences +++ b/Comments.tmPreferences @@ -4,7 +4,7 @@ name Comments scope - source.lua + source.luae settings shellVariables 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" +}