From: Wu, Zhenyu Date: Thu, 9 Jan 2025 21:09:16 +0000 (+0100) Subject: runtime(tiasm): use correct syntax name tiasm in syntax script X-Git-Tag: v9.1.0999~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4a7d761740d59a4f911c9e13ac620a459cdea6;p=thirdparty%2Fvim.git runtime(tiasm): use correct syntax name tiasm in syntax script closes: #16416 Signed-off-by: Wu, Zhenyu Signed-off-by: Christian Brabandt --- 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"