fix numbers in names
This commit is contained in:
parent
66f620cce1
commit
0a51b84c49
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ hi def link bqnNothing Constant
|
|||
syn region bqnString start=/"/ end=/"/ skip=/""/
|
||||
hi def link bqnString String
|
||||
|
||||
syn match bqnNumber /∞\|π\|¯\?\d\%(\%(\d\|_\)*\d\)\?\%(\.\%(\%(\d\|_\)*\d\)\?\)\?/
|
||||
syn match bqnNumber /∞\|π\|¯\?\<\d\%(\%(\d\|_\)*\d\)\?\%(\.\%(\%(\d\|_\)*\d\)\?\)\?\>/
|
||||
hi def link bqnNumber Number
|
||||
|
||||
" yes including '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue