mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
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:
@ -99,4 +99,4 @@ hi def link tiasmIdentifier Identifier
|
|||||||
hi def link tiasmType Type
|
hi def link tiasmType Type
|
||||||
hi def link tiasmFunction Function
|
hi def link tiasmFunction Function
|
||||||
|
|
||||||
let b:current_syntax = "lineartiasm"
|
let b:current_syntax = "tiasm"
|
||||||
|
Reference in New Issue
Block a user