0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00
This commit is contained in:
brianhuster 2025-04-20 22:42:28 +07:00
parent f62bec1463
commit 492d0de010
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
setlocal commentstring=//\ %s
" The following suffixes should be implied when resolving filenames
setlocal suffixesadd+=.tsx,.jsx,.ts,.d.ts,.vue,.mjs,.js,.cjs,.json
setlocal suffixesadd+=.tsx,.jsx,.ts,.d.ts,.vue,.mjs,.js,.cjs,.json,.jsm,.es6,.es
" The following suffixes should have low priority
" .snap jest snapshot

View File

@ -4,4 +4,4 @@
" Last Change: 2020 Aug 19
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
runtime! ftplugin/javascript.vim
runtime! ftplugin/javascript.vim ftplugin/javascript_*.vim