fix "" in strings. mostly

This commit is contained in:
rhiannon morris 2022-01-24 17:28:08 +01:00
parent 659ea9df05
commit d7261029b8
1 changed files with 1 additions and 4 deletions

View File

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