Skip to content

Commit

Permalink
Update for 8.0.1 (27404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Resike committed Aug 25, 2018
1 parent b948f4c commit 42a5d61
Show file tree
Hide file tree
Showing 11,719 changed files with 78,403 additions and 65,034 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion GlobalFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class GlobalFinder(Linter):
r'(?P<message>.+)'
)
defaults = {
'selector': 'source.lua, source.lua.wow, source.luae'
'selector': 'source.lua - meta.tag.xml, source.lua.wow - meta.tag.xml, source.luae'
}

def split_match(self, match):
Expand Down
2 changes: 1 addition & 1 deletion Reference/!/Miscellaneous Keywords.sublime-completions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"scope": "source.lua - entity - punctuation - string",
"scope": "source.lua - entity - punctuation - string - meta.punctuation.lua - meta.method-call.lua",
"completions": [
"and",
"break",
Expand Down
2 changes: 1 addition & 1 deletion Reference/!/Miscellaneous.sublime-completions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"scope": "source.lua - entity - punctuation - keyword - string",
"scope": "source.lua - entity - punctuation - keyword - string - meta.punctuation.lua - meta.method-call.lua",
"completions": [
{
"trigger": "UIParent\tframe",
Expand Down
Loading

0 comments on commit 42a5d61

Please sign in to comment.