We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f637112 commit 2312cd6Copy full SHA for 2312cd6
GDL.sublime-syntax
@@ -118,8 +118,8 @@ contexts:
118
(\d+)? # might have number with...
119
(\.)? # ...decimal point
120
(\d+) # at least one number
121
- {{units}}?| # unitmarker possible
122
- |{{units}}| # unit alone
+ {{units}}? # unitmarker possible
+ |{{units}} # unit alone
123
|(~|\.|n|s))? # possible without number and unit
124
scope: constant.other.placeholder.gdl
125
0 commit comments