highlights(pascal): use more specific groups

This commit is contained in:
ObserverOfTime 2022-11-15 18:48:25 +02:00
parent 0f866c15b4
commit 97e08483d8

View file

@ -3,7 +3,6 @@
(kProgram) (kProgram)
(kLibrary) (kLibrary)
(kUnit) (kUnit)
(kUses)
(kBegin) (kBegin)
(kEnd) (kEnd)
@ -12,15 +11,13 @@
(kVar) (kVar)
(kThreadvar) (kThreadvar)
(kConst) (kConst)
(kResourcestring)
(kConstref) (kConstref)
(kResourcestring)
(kOut) (kOut)
(kType) (kType)
(kLabel) (kLabel)
(kExports) (kExports)
(kAbsolute)
(kProperty) (kProperty)
(kRead) (kRead)
(kWrite) (kWrite)
@ -39,7 +36,6 @@
(kSet) (kSet)
(kOf) (kOf)
(kHelper) (kHelper)
(kPacked)
(kInherited) (kInherited)
@ -58,14 +54,6 @@
(kInitialization) (kInitialization)
(kFinalization) (kFinalization)
(kPublished)
(kPublic)
(kProtected)
(kPrivate)
(kStrict)
(kRequired)
(kOptional)
(kTry) (kTry)
(kExcept) (kExcept)
(kFinally) (kFinally)
@ -91,7 +79,25 @@
(kThen) (kThen)
(kElse) (kElse)
] @conditional ] @conditional
[
(kPublished)
(kPublic)
(kProtected)
(kPrivate)
(kStrict)
(kRequired)
(kOptional)
] @type.qualifier
[
(kPacked)
(kAbsolute)
] @storageclass
(kUses) @include
; -- Attributes ; -- Attributes
@ -243,7 +249,7 @@
; -- Comments ; -- Comments
(comment) @comment (comment) @comment
(pp) @function.macro (pp) @preproc
; -- Type declaration ; -- Type declaration