]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(tiasm): use correct syntax name tiasm in syntax script
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Thu, 9 Jan 2025 21:09:16 +0000 (22:09 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 9 Jan 2025 21:09:16 +0000 (22:09 +0100)
closes: #16416

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/tiasm.vim

index bdadc4a0a78b6ea56dcbe3db816e9d87d44f91cc..c79596bdfe008abad8b450600d9ce67ec605aa63 100644 (file)
@@ -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"