Skip to content

Commit df4a7d7

Browse files
Freed-Wuchrisbra
authored andcommitted
runtime(tiasm): use correct syntax name tiasm in syntax script
closes: #16416 Signed-off-by: Wu, Zhenyu <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 4f73c07 commit df4a7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/syntax/tiasm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ hi def link tiasmIdentifier Identifier
9999
hi def link tiasmType Type
100100
hi def link tiasmFunction Function
101101

102-
let b:current_syntax = "lineartiasm"
102+
let b:current_syntax = "tiasm"

0 commit comments

Comments
 (0)