fix numbers in names

This commit is contained in:
rhiannon morris 2022-01-25 11:25:58 +01:00
parent 66f620cce1
commit 0a51b84c49
1 changed files with 1 additions and 1 deletions

View File

@ -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 '''