Add javascript comment markers re #190

This commit is contained in:
Andy K. Massimino
2021-11-29 21:03:40 -05:00
parent cde0efc774
commit ef044ee012

View 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