Skip to content

Commit 213ed8d

Browse files
committed
array name fix
array names didnt got styled correctly if it had a number in its name
1 parent 5d144d1 commit 213ed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GDL.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ contexts:
555555

556556
################### Arrays ######################
557557
arrays:
558-
- match: (?i)([a-z_]+)(?=\[)
558+
- match: (?i)([a-z_0-9]+)(?=\[)
559559
scope: entity.name.array.gdl
560560
push:
561561
- match: \[

0 commit comments

Comments
 (0)