fix "" in strings. mostly
This commit is contained in:
parent
659ea9df05
commit
d7261029b8
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue