1
0
forked from aniani/vim

patch 9.0.1272: typo in pattern for filetype detection

Problem:    Typo in pattern for filetype detection.
Solution:   Fix the typo. (closes #11924)
This commit is contained in:
zeertzjq
2023-02-01 15:31:23 +00:00
committed by Bram Moolenaar
parent 1b438a8228
commit e8d4ae0d11
3 changed files with 4 additions and 2 deletions

View File

@@ -1024,7 +1024,7 @@ au BufNewFile,BufRead .prettierrc,.firebaserc,.stylelintrc setf json
" JSONC (JSON with comments)
au BufNewFile,BufRead *.jsonc,.babelrc,.eslintrc,.jsfmtrc setf jsonc
au BufNewFile,BufRead .jshintc,.hintrc,.swrc,[jt]sconfig*.json setf jsonc
au BufNewFile,BufRead .jshintrc,.hintrc,.swrc,[jt]sconfig*.json setf jsonc
" JSON
au BufNewFile,BufRead *.json,*.jsonp,*.webmanifest setf json