Skip to content

Commit

Permalink
Fix Scope
Browse files Browse the repository at this point in the history
  • Loading branch information
viluon committed May 23, 2016
1 parent b401cf3 commit d0186b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Comments.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions LuaExtended.sublime-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cmd": ["lua", "$file"],
"file_regex": "^(?:lua:)?[\t ](...*?):([0-9]*):?([0-9]*)",
"selector": "source.lua"
}
"selector": "source.luae"
}

0 comments on commit d0186b6

Please sign in to comment.