0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04: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:
Wu, Zhenyu 2025-01-09 22:09:16 +01:00 committed by Christian Brabandt
parent 4f73c07abf
commit df4a7d7617
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

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"