Switch just names to "Constant" syntax group

for better visibility/differentiation
cat-town
Dan Buch 3 years ago
parent 56321d17b6
commit a9d1c31201
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -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 justRecipeNoechoBody start="\v^ *\@" end="$" keepend contains=justOperator,@setshellsyntax
hi def link justPublicName Identifier
hi def link justPrivateName Identifier
hi def link justPublicName Constant
hi def link justPrivateName Constant
hi def link justKeyword Keyword
hi def link justSetting Keyword
hi def link justOperator Operator

Loading…
Cancel
Save