From aea4aab62ac23ff1de904cf042a3ee3d9a0b9f6f Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Thu, 16 May 2024 22:02:39 +0200 Subject: [PATCH] add let --- syntax/quox.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syntax/quox.vim b/syntax/quox.vim index 985ef45..193cb1c 100644 --- a/syntax/quox.vim +++ b/syntax/quox.vim @@ -60,6 +60,10 @@ syn match quoxCase /\/ contains=quoxQtySuffix syn keyword quoxCase return of hi def link quoxCase Conditional +syn match quoxLet /\/ contains=quoxQtySuffix +syn keyword quoxLet in +hi def link quoxLet Conditional + syn match quoxDimension /\%([𝑖𝑗𝑘𝑙]\|\k\)\+/ contained hi def link quoxDimension PreProc