add let
This commit is contained in:
parent
32b3c38d93
commit
aea4aab62a
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ syn match quoxCase /\<case[01#ω]\?\>/ contains=quoxQtySuffix
|
|||
syn keyword quoxCase return of
|
||||
hi def link quoxCase Conditional
|
||||
|
||||
syn match quoxLet /\<let[01#ω]\?\>/ contains=quoxQtySuffix
|
||||
syn keyword quoxLet in
|
||||
hi def link quoxLet Conditional
|
||||
|
||||
syn match quoxDimension /\%([𝑖𝑗𝑘𝑙]\|\k\)\+/ contained
|
||||
hi def link quoxDimension PreProc
|
||||
|
||||
|
|
Loading…
Reference in a new issue