mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
runtime(pymanifest): fix mistake in syntax definition
Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
committed by
Christian Brabandt
parent
e978b4534a
commit
9ad1bf7afd
@@ -20,7 +20,7 @@ syn match pymanifestComment /\\\@1<!#.*/ contains=pymanifestTodo
|
||||
" Commands
|
||||
syn keyword pymanifestCommand
|
||||
\ include exclude
|
||||
\ recursive-include global-include
|
||||
\ recursive-include resursive-exclude
|
||||
\ global-include global-exclude
|
||||
\ graft prune
|
||||
|
||||
|
Reference in New Issue
Block a user