Skip to content

Commit bcfc2f6

Browse files
committed
fix(highlighting): highlight param definition
1 parent aad001c commit bcfc2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/org/tonstudio/tact/lang/annotator/TactDumbAwareAnnotator.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class TactDumbAwareAnnotator : Annotator, DumbAware {
4848
is TactTraitDeclaration -> TactColor.TRAIT
4949
is TactFieldDefinition -> TactColor.FIELD
5050
is TactConstDefinition -> TactColor.CONSTANT
51+
is TactParamDefinition -> TactColor.PARAMETER
5152
is TactAttributeIdentifier -> TactColor.ATTRIBUTE
5253
is TactFunctionAttribute -> TactColor.KEYWORD
5354
is TactAsmInstruction -> TactColor.ASM_INSTRUCTION

0 commit comments

Comments
 (0)