Skip to content

Commit 3d6f412

Browse files
committed
sub names
1 parent e9cf41d commit 3d6f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GDL.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scope: source.gdl
99
variables:
1010
escaped_byte: '\\(n|t|\\)?'
1111
units: '(e|mm?|cm|f(f|d)?i|d(f|i)|pt|sq(mm?|cm|f|i)|d(d|ms)|gr|rad|surv|(ga)?l|cu((c|m)?m|f|i|y))'
12-
subroutine_name: ([0-9]+|(")[a-z_1-9]+("))
12+
subroutine_name: ([0-9]+|(")[a-z_0-9]+("))
1313
function_names: |-
1414
(NOT|ABS|CEIL|INT|FRA|ROUND_INT|SGN|ACS|ASN|ATN|COS|SIN|TAN|EXP|LGT|LOG|SQR|MAX|MIN|RND
1515
|STR\{2\}|STR|SPLIT|STW|STRLEN|STRSTR|STRSUB|STRTOUPPER|STRTOLOWER|VARDIM[12]|BITTEST|BITSET

0 commit comments

Comments
 (0)