Skip to content

Commit

Permalink
Merge pull request #1 from guilhermelimak/patch-1
Browse files Browse the repository at this point in the history
Add missing keywords
  • Loading branch information
explooosion authored Mar 24, 2019
2 parents 6340d4f + dfb417c commit a9e32fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/Filter.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"attribute": {
"patterns": [{
"name": "variable",
"match": "\\b(LinkedSockets|SetTextColor|SetBackgroundColor|SetBorderColor|SetFontSize|PlayAlertSound|BaseType|Class|Rarity|ItemLevel|DropLevel|Sockets|SocketGroup|Width|Height|Quality|Corrupted|GemLevel|ShapedMap|Identified|HasExplicitMod|ShaperItem)\\b"
"match": "\\b(LinkedSockets|SetTextColor|SetBackgroundColor|SetBorderColor|SetFontSize|PlayAlertSound|BaseType|Class|Rarity|ItemLevel|DropLevel|Sockets|SocketGroup|Width|Height|Quality|Corrupted|GemLevel|ShapedMap|Identified|HasExplicitMod|ShaperItem|FracturedItem|MinimapIcon|PlayEffect|ElderItem|DisableDropSound|MapTier)\\b"
}]
},
"strings": {
Expand All @@ -65,4 +65,4 @@
}
},
"scopeName": "source.filter"
}
}

0 comments on commit a9e32fa

Please sign in to comment.