fix "" in strings. mostly

This commit is contained in:
rhiannon morris 2022-01-24 17:28:08 +01:00
parent 659ea9df05
commit d7261029b8

View file

@ -47,12 +47,9 @@ hi def link bqnSpecialName Label
syn match bqnNothing /·/ syn match bqnNothing /·/
hi def link bqnNothing Constant hi def link bqnNothing Constant
syn region bqnString start=/"/ end=/"/ contains=bqnStrEscape syn region bqnString start=/"/ end=/"/ skip=/""/
hi def link bqnString String hi def link bqnString String
syn match bqnStrEscape /""/ contained
hi def link bqnString Character
syn match bqnNumber /∞\|π\|¯\?\d\%(\%(\d\|_\)*\d\)\?\%(\.\%(\%(\d\|_\)*\d\)\?\)\?/ syn match bqnNumber /∞\|π\|¯\?\d\%(\%(\d\|_\)*\d\)\?\%(\.\%(\%(\d\|_\)*\d\)\?\)\?/
hi def link bqnNumber Number hi def link bqnNumber Number