Switch just names to "Constant" syntax group

for better visibility/differentiation
This commit is contained in:
2021-05-27 21:27:42 -04:00
parent 56321d17b6
commit a9d1c31201

View File

@@ -120,8 +120,8 @@ syn region justSubshell matchgroup=justBacktick start="\v\`\`\`" skip="\v\\\`" e
syn region justRecipeBody start="\v^ *" end="$" keepend contains=@setshellsyntax syn region justRecipeBody start="\v^ *" end="$" keepend contains=@setshellsyntax
syn region justRecipeNoechoBody start="\v^ *\@" end="$" keepend contains=justOperator,@setshellsyntax syn region justRecipeNoechoBody start="\v^ *\@" end="$" keepend contains=justOperator,@setshellsyntax
hi def link justPublicName Identifier hi def link justPublicName Constant
hi def link justPrivateName Identifier hi def link justPrivateName Constant
hi def link justKeyword Keyword hi def link justKeyword Keyword
hi def link justSetting Keyword hi def link justSetting Keyword
hi def link justOperator Operator hi def link justOperator Operator