Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions ecmascript.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2569,22 +2569,22 @@ contexts:
# totally reasonable to scope them as such since this odd fact is just a bit
# of legacy bs. In modern implementions they can’t be redefined (although
# the assignment is itself a legal operation, fun fact).
- match: 'NaN(?![{{ID_Continue}}])'
- match: 'NaN(?![\${{ID_Continue}}])'
scope: constant.language.nan.es
set: ae_AFTER_VALUE
- match: 'null(?![{{ID_Continue}}])'
- match: 'null(?![\${{ID_Continue}}])'
scope: constant.language.null.es
set: ae_AFTER_VALUE
- match: 'true(?![{{ID_Continue}}])'
- match: 'true(?![\${{ID_Continue}}])'
scope: constant.language.boolean.true.es
set: ae_AFTER_VALUE
- match: 'false(?![{{ID_Continue}}])'
- match: 'false(?![\${{ID_Continue}}])'
scope: constant.language.boolean.false.es
set: ae_AFTER_VALUE
- match: 'Infinity(?![{{ID_Continue}}])'
- match: 'Infinity(?![\${{ID_Continue}}])'
scope: constant.language.infinity.es
set: ae_AFTER_VALUE
- match: 'undefined(?![{{ID_Continue}}])'
- match: 'undefined(?![\${{ID_Continue}}])'
scope: constant.language.undefined.es
set: ae_AFTER_VALUE

Expand Down Expand Up @@ -3319,22 +3319,22 @@ contexts:
scope: keyword.operator.assignment.augmented.bitwise.shift.right.es
set: assignmentExpression_NO_IN
ae_NO_IN_LITERAL_VALUES:
- match: 'NaN(?![{{ID_Continue}}])'
- match: 'NaN(?![\${{ID_Continue}}])'
scope: constant.language.nan.es
set: ae_NO_IN_AFTER_VALUE
- match: 'null(?![{{ID_Continue}}])'
- match: 'null(?![\${{ID_Continue}}])'
scope: constant.language.null.es
set: ae_NO_IN_AFTER_VALUE
- match: 'true(?![{{ID_Continue}}])'
- match: 'true(?![\${{ID_Continue}}])'
scope: constant.language.boolean.true.es
set: ae_NO_IN_AFTER_VALUE
- match: 'false(?![{{ID_Continue}}])'
- match: 'false(?![\${{ID_Continue}}])'
scope: constant.language.boolean.false.es
set: ae_NO_IN_AFTER_VALUE
- match: 'Infinity(?![{{ID_Continue}}])'
- match: 'Infinity(?![\${{ID_Continue}}])'
scope: constant.language.infinity.es
set: ae_NO_IN_AFTER_VALUE
- match: 'undefined(?![{{ID_Continue}}])'
- match: 'undefined(?![\${{ID_Continue}}])'
scope: constant.language.undefined.es
set: ae_NO_IN_AFTER_VALUE
ae_NO_IN_NUMBERS:
Expand Down
24 changes: 12 additions & 12 deletions nested/build/ecmascript/ecmascript-nest.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2573,22 +2573,22 @@ contexts:
scope: keyword.operator.assignment.augmented.bitwise.shift.right.es
set: assignmentExpression
ae_LITERAL_VALUES:
- match: 'NaN(?![{{ID_Continue}}])'
- match: 'NaN(?![\${{ID_Continue}}])'
scope: constant.language.nan.es
set: ae_AFTER_VALUE
- match: 'null(?![{{ID_Continue}}])'
- match: 'null(?![\${{ID_Continue}}])'
scope: constant.language.null.es
set: ae_AFTER_VALUE
- match: 'true(?![{{ID_Continue}}])'
- match: 'true(?![\${{ID_Continue}}])'
scope: constant.language.boolean.true.es
set: ae_AFTER_VALUE
- match: 'false(?![{{ID_Continue}}])'
- match: 'false(?![\${{ID_Continue}}])'
scope: constant.language.boolean.false.es
set: ae_AFTER_VALUE
- match: 'Infinity(?![{{ID_Continue}}])'
- match: 'Infinity(?![\${{ID_Continue}}])'
scope: constant.language.infinity.es
set: ae_AFTER_VALUE
- match: 'undefined(?![{{ID_Continue}}])'
- match: 'undefined(?![\${{ID_Continue}}])'
scope: constant.language.undefined.es
set: ae_AFTER_VALUE
ae_NUMBERS:
Expand Down Expand Up @@ -3317,22 +3317,22 @@ contexts:
scope: keyword.operator.assignment.augmented.bitwise.shift.right.es
set: assignmentExpression_NO_IN
ae_NO_IN_LITERAL_VALUES:
- match: 'NaN(?![{{ID_Continue}}])'
- match: 'NaN(?![\${{ID_Continue}}])'
scope: constant.language.nan.es
set: ae_NO_IN_AFTER_VALUE
- match: 'null(?![{{ID_Continue}}])'
- match: 'null(?![\${{ID_Continue}}])'
scope: constant.language.null.es
set: ae_NO_IN_AFTER_VALUE
- match: 'true(?![{{ID_Continue}}])'
- match: 'true(?![\${{ID_Continue}}])'
scope: constant.language.boolean.true.es
set: ae_NO_IN_AFTER_VALUE
- match: 'false(?![{{ID_Continue}}])'
- match: 'false(?![\${{ID_Continue}}])'
scope: constant.language.boolean.false.es
set: ae_NO_IN_AFTER_VALUE
- match: 'Infinity(?![{{ID_Continue}}])'
- match: 'Infinity(?![\${{ID_Continue}}])'
scope: constant.language.infinity.es
set: ae_NO_IN_AFTER_VALUE
- match: 'undefined(?![{{ID_Continue}}])'
- match: 'undefined(?![\${{ID_Continue}}])'
scope: constant.language.undefined.es
set: ae_NO_IN_AFTER_VALUE
ae_NO_IN_NUMBERS:
Expand Down
24 changes: 12 additions & 12 deletions nested/build/ecmascript/ecmascript-safe.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2363,22 +2363,22 @@ contexts:
scope: keyword.operator.assignment.augmented.bitwise.shift.right.es
set: assignmentExpression
ae_LITERAL_VALUES:
- match: 'NaN(?![{{ID_Continue}}])'
- match: 'NaN(?![\${{ID_Continue}}])'
scope: constant.language.nan.es
set: ae_AFTER_VALUE
- match: 'null(?![{{ID_Continue}}])'
- match: 'null(?![\${{ID_Continue}}])'
scope: constant.language.null.es
set: ae_AFTER_VALUE
- match: 'true(?![{{ID_Continue}}])'
- match: 'true(?![\${{ID_Continue}}])'
scope: constant.language.boolean.true.es
set: ae_AFTER_VALUE
- match: 'false(?![{{ID_Continue}}])'
- match: 'false(?![\${{ID_Continue}}])'
scope: constant.language.boolean.false.es
set: ae_AFTER_VALUE
- match: 'Infinity(?![{{ID_Continue}}])'
- match: 'Infinity(?![\${{ID_Continue}}])'
scope: constant.language.infinity.es
set: ae_AFTER_VALUE
- match: 'undefined(?![{{ID_Continue}}])'
- match: 'undefined(?![\${{ID_Continue}}])'
scope: constant.language.undefined.es
set: ae_AFTER_VALUE
ae_NUMBERS:
Expand Down Expand Up @@ -3089,22 +3089,22 @@ contexts:
scope: keyword.operator.assignment.augmented.bitwise.shift.right.es
set: assignmentExpression_NO_IN
ae_NO_IN_LITERAL_VALUES:
- match: 'NaN(?![{{ID_Continue}}])'
- match: 'NaN(?![\${{ID_Continue}}])'
scope: constant.language.nan.es
set: ae_NO_IN_AFTER_VALUE
- match: 'null(?![{{ID_Continue}}])'
- match: 'null(?![\${{ID_Continue}}])'
scope: constant.language.null.es
set: ae_NO_IN_AFTER_VALUE
- match: 'true(?![{{ID_Continue}}])'
- match: 'true(?![\${{ID_Continue}}])'
scope: constant.language.boolean.true.es
set: ae_NO_IN_AFTER_VALUE
- match: 'false(?![{{ID_Continue}}])'
- match: 'false(?![\${{ID_Continue}}])'
scope: constant.language.boolean.false.es
set: ae_NO_IN_AFTER_VALUE
- match: 'Infinity(?![{{ID_Continue}}])'
- match: 'Infinity(?![\${{ID_Continue}}])'
scope: constant.language.infinity.es
set: ae_NO_IN_AFTER_VALUE
- match: 'undefined(?![{{ID_Continue}}])'
- match: 'undefined(?![\${{ID_Continue}}])'
scope: constant.language.undefined.es
set: ae_NO_IN_AFTER_VALUE
ae_NO_IN_NUMBERS:
Expand Down