vim-patch:df4a7d7: runtime(tiasm): use correct syntax name tiasm in syntax script (#31942)

vim-patch:df4a7d7: runtime(tiasm):  use correct syntax name tiasm in syntax script

closes: vim/vim#16416

df4a7d7617

Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
zeertzjq
2025-01-10 17:17:34 +08:00
committed by GitHub
parent 87610d82db
commit b06f42b502

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"