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 3a59105 commit 35dc7c4Copy full SHA for 35dc7c4
PowerShell.sublime-syntax
@@ -12,7 +12,7 @@ file_extensions:
12
variables:
13
dec_digits: (?:[\d_]*\d)
14
dec_exponent: (?:[eE][-+]?{{dec_digits}})
15
- float_suffix: (?i:[fdm])
+ float_suffix: (?i:[fdm](?!b))
16
integer_suffix: (?i:ul?|lu?)
17
bytes_unit: (?i:[kmgtp]b)
18
@@ -496,7 +496,6 @@ contexts:
496
)
497
((?:\.\w+)*\b)?\b
498
499
- comment: Style preference variables as language variables so that they stand out.
500
captures:
501
1: variable.language.powershell
502
2: punctuation.definition.variable.powershell
0 commit comments