mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Add javascript comment markers re #190
This commit is contained in:
15
after/ftplugin/javascript_matchup.vim
Normal file
15
after/ftplugin/javascript_matchup.vim
Normal file
@@ -0,0 +1,15 @@
|
||||
" vim match-up - even better matching
|
||||
"
|
||||
" Maintainer: Andy Massimino
|
||||
" Email: a@normed.space
|
||||
"
|
||||
|
||||
if !exists('g:loaded_matchup') || !exists('b:did_ftplugin')
|
||||
finish
|
||||
endif
|
||||
|
||||
if matchup#util#check_match_words('802f71c1')
|
||||
call matchup#util#append_match_words('/\*:\*/')
|
||||
endif
|
||||
|
||||
" vim: fdm=marker sw=2
|
||||
Reference in New Issue
Block a user