runtime(tiasm): use correct syntax name tiasm in syntax script

closes: #16416

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Wu, Zhenyu
2025-01-09 22:09:16 +01:00
committed by Christian Brabandt
parent 4f73c07abf
commit df4a7d7617

View File

@ -99,4 +99,4 @@ hi def link tiasmIdentifier Identifier
hi def link tiasmType Type
hi def link tiasmFunction Function
let b:current_syntax = "lineartiasm"
let b:current_syntax = "tiasm"