mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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:
committed by
Christian Brabandt
parent
4f73c07abf
commit
df4a7d7617
@ -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"
|
||||
|
Reference in New Issue
Block a user