Skip to content

Commit 87b8a59

Browse files
committed
minor fix
1 parent dd2d983 commit 87b8a59

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Syntaxes/GDL.tmLanguage

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,13 @@
155155
<key>match</key>
156156
<string>(?i)\b(SOLID|SURFACE|WIRE)\b</string>
157157
<key>name</key>
158-
<string>support.other.variable.gdl</string>
158+
<string>support.other.variable.gdl.model</string>
159+
</dict>
160+
<dict>
161+
<key>match</key>
162+
<string>(?i)(?&lt;=\s|,)(ON|OFF|AUTO)(?=$|\s|,)</string>
163+
<key>name</key>
164+
<string>support.other.variable.gdl.shadow</string>
159165
</dict>
160166
<dict>
161167
<key>match</key>

0 commit comments

Comments
 (0)