mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:509a8d5: runtime(just): fix typo in syntax file
closes: vim/vim#16515
509a8d58f9
Co-authored-by: Peter Benjamin <petermbenjamin@gmail.com>
This commit is contained in:
parent
d4a65dad23
commit
e3e1c1e765
@ -1,7 +1,7 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Justfile
|
" Language: Justfile
|
||||||
" Maintainer: Peter Benjamin <@pbnj>
|
" Maintainer: Peter Benjamin <@pbnj>
|
||||||
" Last Change: 2025 Jan 19
|
" Last Change: 2025 Jan 25
|
||||||
" Credits: The original author, Noah Bogart <https://github.com/NoahTheDuke/vim-just/>
|
" Credits: The original author, Noah Bogart <https://github.com/NoahTheDuke/vim-just/>
|
||||||
|
|
||||||
if exists('b:current_syntax')
|
if exists('b:current_syntax')
|
||||||
@ -402,5 +402,5 @@ hi def link justUserDefinedError Exception
|
|||||||
hi def link justVariadicPrefix Statement
|
hi def link justVariadicPrefix Statement
|
||||||
hi def link justVariadicPrefixError Error
|
hi def link justVariadicPrefixError Error
|
||||||
|
|
||||||
let &cpo = s:cpo_sav
|
let &cpo = s:cpo_save
|
||||||
unlet s:cpo_sav
|
unlet s:cpo_save
|
||||||
|
Loading…
Reference in New Issue
Block a user