mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.1.0238: filetype: jupyterlab and sublime config are not recognized
Problem: filetype: jupyterlab and sublime config are not recognized
Solution: Detect jupyterlab and sublime config files as json
(Wu, Zhenyu)
closes: vim/vim#14359
75c607dff7
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
@@ -576,6 +576,10 @@ local extension = {
|
||||
geojson = 'json',
|
||||
webmanifest = 'json',
|
||||
ipynb = 'json',
|
||||
['jupyterlab-settings'] = 'json',
|
||||
['sublime-project'] = 'json',
|
||||
['sublime-settings'] = 'json',
|
||||
['sublime-workspace'] = 'json',
|
||||
['json-patch'] = 'json',
|
||||
json5 = 'json5',
|
||||
jsonc = 'jsonc',
|
||||
|
||||
Reference in New Issue
Block a user