aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index c788ae4413..7ab01402cc 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -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',