Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 35dc7c4

Browse files
michaelblyonsMichael Lyons
authored and
Michael Lyons
committed
Fixup integers with MB
1 parent 3a59105 commit 35dc7c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎PowerShell.sublime-syntax‎

Lines changed: 1 addition & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /