From b06f42b5023b2eec576e5bf22cdacd4c1ee4a939 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 10 Jan 2025 17:17:34 +0800 Subject: [PATCH] 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 https://github.com/vim/vim/commit/df4a7d761740d59a4f911c9e13ac620a459cdea6 Co-authored-by: Wu, Zhenyu --- runtime/syntax/tiasm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/tiasm.vim b/runtime/syntax/tiasm.vim index bdadc4a0a7..c79596bdfe 100644 --- a/runtime/syntax/tiasm.vim +++ b/runtime/syntax/tiasm.vim @@ -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"