From dfb417ce1bc543116772db75be4c70d6aaf8f8e5 Mon Sep 17 00:00:00 2001 From: Guilherme Lima Date: Sun, 24 Mar 2019 10:10:07 -0300 Subject: [PATCH] Add missing keywords Add the following missing keywords: - FracturedItem - MinimapIcon - PlayEffect - ElderItem - DisableDropSound - MapTier --- syntaxes/Filter.tmLanguage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntaxes/Filter.tmLanguage.json b/syntaxes/Filter.tmLanguage.json index 9a180f4..8b0116c 100644 --- a/syntaxes/Filter.tmLanguage.json +++ b/syntaxes/Filter.tmLanguage.json @@ -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": { @@ -65,4 +65,4 @@ } }, "scopeName": "source.filter" -} \ No newline at end of file +}