Skip to content

Commit 1aca5da

Browse files
committed
Fixup integers with MB
1 parent b9533ca commit 1aca5da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PowerShell.sublime-syntax

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ file_extensions:
1212
variables:
1313
dec_digits: (?:[\d_]*\d)
1414
dec_exponent: (?:[eE][-+]?{{dec_digits}})
15-
float_suffix: (?i:[fdm])
15+
float_suffix: (?i:[fdm](?!b))
1616
integer_suffix: (?i:ul?|lu?)
1717
bytes_unit: (?i:[kmgtp]b)
1818

@@ -496,7 +496,6 @@ contexts:
496496
)
497497
((?:\.\w+)*\b)?\b
498498
)
499-
comment: Style preference variables as language variables so that they stand out.
500499
captures:
501500
1: variable.language.powershell
502501
2: punctuation.definition.variable.powershell

0 commit comments

Comments
 (0)