Skip to content

Commit

Permalink
Temp fix for Vim9 comments syntax
Browse files Browse the repository at this point in the history
See vim/vim#11307. Want my vimrc comments
back...
  • Loading branch information
Freedzone committed Oct 30, 2022
1 parent 4343784 commit 336c7b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions after/syntax/vim.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
" Temp fix for https://github.com/vim/vim/issues/11307
syn match vimLineComment +^[ \t:]*".*$+ contains=@vimCommentGroup,vimCommentString,vimCommentTitle

0 comments on commit 336c7b5

Please sign in to comment.