Skip to content

Commit

Permalink
runtime(pymanifest): fix mistake in syntax definition
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
  • Loading branch information
ObserverOfTime authored and chrisbra committed Aug 13, 2023
1 parent e978b45 commit 9ad1bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/syntax/pymanifest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ad1bf7

Please sign in to comment.