Commit: runtime(tiasm): use correct syntax name tiasm in syntax script

4 views
Skip to first unread message

Christian Brabandt

unread,
Jan 9, 2025, 4:15:17 PM1/9/25
to vim...@googlegroups.com
runtime(tiasm): use correct syntax name tiasm in syntax script

Commit: https://github.com/vim/vim/commit/df4a7d761740d59a4f911c9e13ac620a459cdea6
Author: Wu, Zhenyu <wuzh...@ustc.edu>
Date: Thu Jan 9 22:09:16 2025 +0100

runtime(tiasm): use correct syntax name tiasm in syntax script

closes: https://github.com/vim/vim/issues/16416

Signed-off-by: Wu, Zhenyu <wuzh...@ustc.edu>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/syntax/tiasm.vim b/runtime/syntax/tiasm.vim
index bdadc4a0a..c79596bdf 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"
Reply all
Reply to author
Forward
0 new messages