runtime(tiasm): use correct syntax name tiasm in syntax script Commit: https://github.com/vim/vim/commit/df4a7d761740d59a4f911c9e13ac620a459cdea6 Author: Wu, Zhenyu <wuzhe...@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 <wuzhe...@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" -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tVzrw-001Ala-K3%40256bit.org.