From c4db60267e2e1403472699876e512c1bb9e5ee9a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 12 Jun 2020 08:08:54 +0200 Subject: [PATCH] Add some more stuff from looking thru the parser --- syntax/beluga.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syntax/beluga.vim b/syntax/beluga.vim index ed8685a..89bd77e 100644 --- a/syntax/beluga.vim +++ b/syntax/beluga.vim @@ -17,10 +17,10 @@ hi def link belComment Comment syn region belBlockComment start='%{' end='}%' contains=belBlockComment hi def link belBlockComment belComment -syn keyword belUnderscore _ +syn keyword belUnderscore _ #_ $_ hi def link belUnderscore Special -syn keyword belType type +syn keyword belType type ctype hi def link belType Typedef syn match belPragma /\%(%\|\<--\)\%(coverage\|warncoverage\|nostrengthen\|infix\|prefix\|assoc\|name\|abbrev\|not\|open\)\>/ @@ -41,10 +41,10 @@ hi def link belIdSubst Constant syn keyword belIdBlock some block hi def link belIdBlock Structure -syn match belVarVar /#\l\k*/ +syn match belVarVar /#\k\+/ hi def link belVarVar Constant -syn match belSubstVar /#\u\k*/ +syn match belSubstVar /\$\k\+/ hi def link belSubstVar String syn region belObjLam