diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-01-10 17:17:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 17:17:34 +0800 |
commit | b06f42b5023b2eec576e5bf22cdacd4c1ee4a939 (patch) | |
tree | c8633e82bab4b688f56b3997dbc45a4508671d67 /runtime/syntax/tiasm.vim | |
parent | 87610d82db912cda8877198c25dabbf2bb08f0aa (diff) | |
download | rneovim-b06f42b5023b2eec576e5bf22cdacd4c1ee4a939.tar.gz rneovim-b06f42b5023b2eec576e5bf22cdacd4c1ee4a939.tar.bz2 rneovim-b06f42b5023b2eec576e5bf22cdacd4c1ee4a939.zip |
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 <wuzhenyu@ustc.edu>
Diffstat (limited to 'runtime/syntax/tiasm.vim')
-rw-r--r-- | runtime/syntax/tiasm.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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" |