Skip to content

Commit 2312cd6

Browse files
committed
fix string placeholder bug
1 parent f637112 commit 2312cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GDL.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ contexts:
118118
(\d+)? # might have number with...
119119
(\.)? # ...decimal point
120120
(\d+) # at least one number
121-
{{units}}?| # unitmarker possible
122-
|{{units}}| # unit alone
121+
{{units}}? # unitmarker possible
122+
|{{units}} # unit alone
123123
|(~|\.|n|s))? # possible without number and unit
124124
scope: constant.other.placeholder.gdl
125125

0 commit comments

Comments
 (0)