We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8d335 commit ab69ecdCopy full SHA for ab69ecd
wast.sublime-syntax
@@ -396,6 +396,21 @@ contexts:
396
- instructions
397
- resulttype
398
- label
399
+ - match: '(\(){{WHITES}}*(pop){{IDTERM}}'
400
+ captures:
401
+ 1: punctuation.definition.instruction.begin.wast
402
+ 2: support.function.numeric.wast
403
+ push:
404
+ - - meta_scope: meta.s-expression.instruction.wast
405
+ - match: '\)'
406
+ scope: punctuation.definition.instruction.end.wast
407
+ pop: true
408
+ - match: '.'
409
+ scope: invalid.illegal.wast
410
+ - - match: '{{VALTYP}}'
411
+ scope: support.type.wast
412
+ - match: '(?=.)'
413
414
# The lookahead here is a hack for if-then to avoid more copypasta contexts
415
- match: '\((?!{{WHITES}}*then{{IDTERM}})'
416
scope: punctuation.definition.instruction.begin.wast
0 commit comments