mu.subx: all parsing tests passing

This commit is contained in:
Kartik Agaram 2020-05-10 16:55:03 -07:00
parent 94a60e2b1b
commit 8becbf3c54
2 changed files with 2 additions and 2 deletions

View File

@ -4642,7 +4642,7 @@ test-is-identifier-Z:
5d/pop-to-ebp
c3/return
test-is-identifier-@:
test-is-identifier-at:
# character before 'A' is invalid
# . prologue
55/push-ebp

View File

@ -38,7 +38,7 @@ set cpo&vim
setlocal formatoptions-=t " allow long lines
setlocal formatoptions+=c " but comments should still wrap
setlocal iskeyword+=-,?,<,>,$
setlocal iskeyword+=-,?,<,>,$,@
syntax match subxH1Comment /# - .*/ | highlight link subxH1Comment Comment
syntax match subxComment /#\( \.\| - \|? \)\@!.*/ | highlight link subxComment Comment