Skip to content

Commit

Permalink
Merge pull request #2 from j-bs/add-missing-keywords
Browse files Browse the repository at this point in the history
feat: add missing keywords to `variable` definition
  • Loading branch information
explooosion authored Jun 6, 2019
2 parents 3b9cbbe + 5a7dd58 commit d262229
Show file tree
Hide file tree
Showing 2 changed files with 4,531 additions and 2,885 deletions.
2 changes: 1 addition & 1 deletion 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|FracturedItem|MinimapIcon|PlayEffect|ElderItem|DisableDropSound|MapTier)\\b"
"match": "\\b(LinkedSockets|SetTextColor|SetBackgroundColor|SetBorderColor|SetFontSize|PlayAlertSound|BaseType|Class|Rarity|Prophecy|ItemLevel|DropLevel|Sockets|SocketGroup|Width|Height|StackSize|Quality|Corrupted|GemLevel|ShapedMap|ElderMap|Identified|HasExplicitMod|AnyEnchantment|HasEnchantment|ShaperItem|FracturedItem|SynthesisedItem|MinimapIcon|PlayEffect|ElderItem|DisableDropSound|MapTier)\\b"
}]
},
"strings": {
Expand Down
Loading

0 comments on commit d262229

Please sign in to comment.