comparison src/testdir/test_filetype.vim @ 31879:f13d7423396c v9.0.1272

patch 9.0.1272: typo in pattern for filetype detection Commit: https://github.com/vim/vim/commit/e8d4ae0d1153ecb45ebf48030be60640e8800540 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Feb 1 15:31:23 2023 +0000 patch 9.0.1272: typo in pattern for filetype detection Problem: Typo in pattern for filetype detection. Solution: Fix the typo. (closes https://github.com/vim/vim/issues/11924)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Feb 2023 16:45:04 +0100
parents e46f41a1b7c5
children f9dbb07cad5a
comparison
equal deleted inserted replaced
31878:13d1ba119f07 31879:f13d7423396c
293 \ 'jq': ['file.jq'], 293 \ 'jq': ['file.jq'],
294 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'], 294 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'],
295 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file', 'org.eclipse.xyz.prefs'], 295 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file', 'org.eclipse.xyz.prefs'],
296 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', '.prettierrc', '.firebaserc', '.stylelintrc', 'file.slnf'], 296 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', '.prettierrc', '.firebaserc', '.stylelintrc', 'file.slnf'],
297 \ 'json5': ['file.json5'], 297 \ 'json5': ['file.json5'],
298 \ 'jsonc': ['file.jsonc', '.babelrc', '.eslintrc', '.jsfmtrc', '.jshintc', '.hintrc', '.swrc', 'jsconfig.json', 'tsconfig.json', 'tsconfig.test.json', 'tsconfig-test.json'], 298 \ 'jsonc': ['file.jsonc', '.babelrc', '.eslintrc', '.jsfmtrc', '.jshintrc', '.hintrc', '.swrc', 'jsconfig.json', 'tsconfig.json', 'tsconfig.test.json', 'tsconfig-test.json'],
299 \ 'jsonnet': ['file.jsonnet', 'file.libsonnet'], 299 \ 'jsonnet': ['file.jsonnet', 'file.libsonnet'],
300 \ 'jsp': ['file.jsp'], 300 \ 'jsp': ['file.jsp'],
301 \ 'julia': ['file.jl'], 301 \ 'julia': ['file.jl'],
302 \ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'], 302 \ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'],
303 \ 'kdl': ['file.kdl'], 303 \ 'kdl': ['file.kdl'],