comparison src/testdir/test_filetype.vim @ 25870:3c797fa8206d v8.2.3469

patch 8.2.3469: some files with json syntax are not recognized Commit: https://github.com/vim/vim/commit/50c56893423eb6ad2154a4151e67f7097f52efb6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 3 20:11:20 2021 +0100 patch 8.2.3469: some files with json syntax are not recognized Problem: Some files with json syntax are not recognized. Solution: Add a few file patterns. (Emiliano Ruiz Carletti, closes https://github.com/vim/vim/issues/8947)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Oct 2021 21:15:04 +0200
parents a7305a9b32ba
children f88641e6996c
comparison
equal deleted inserted replaced
25869:9a5d62c840fe 25870:3c797fa8206d
257 \ 'javascriptreact': ['file.jsx'], 257 \ 'javascriptreact': ['file.jsx'],
258 \ 'jess': ['file.clp'], 258 \ 'jess': ['file.clp'],
259 \ 'jgraph': ['file.jgr'], 259 \ 'jgraph': ['file.jgr'],
260 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'], 260 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'],
261 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file'], 261 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file'],
262 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb'], 262 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', '.babelrc', '.eslintrc', '.prettierrc', '.firebaserc'],
263 \ 'jsonc': ['file.jsonc'], 263 \ 'jsonc': ['file.jsonc'],
264 \ 'jsp': ['file.jsp'], 264 \ 'jsp': ['file.jsp'],
265 \ 'julia': ['file.jl'], 265 \ 'julia': ['file.jl'],
266 \ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'], 266 \ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'],
267 \ 'kivy': ['file.kv'], 267 \ 'kivy': ['file.kv'],