diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-07-04 11:00:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 11:00:48 -0400 |
commit | 18bfcfe77f007f146a7251aa3cc6129891390c30 (patch) | |
tree | 741849ac08038690779f833bb33d204ba4978eee /runtime | |
parent | 490615612ed5ec587c8023de28db495b3181de30 (diff) | |
parent | 0d75b0d8d470fdf763743823feb6d9013eff069c (diff) | |
download | rneovim-18bfcfe77f007f146a7251aa3cc6129891390c30.tar.gz rneovim-18bfcfe77f007f146a7251aa3cc6129891390c30.tar.bz2 rneovim-18bfcfe77f007f146a7251aa3cc6129891390c30.zip |
Merge pull request #14981 from janlazo/vim-8.2.3081
vim-patch:8.2.{3081,3082,3085,3087,3088,3093,3094,3097,3098}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/filetype.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 2617d8ffc0..40d7e8be08 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -646,6 +646,9 @@ au BufNewFile,BufRead *.mo,*.gdmo setf gdmo " Gedcom au BufNewFile,BufRead *.ged,lltxxxxx.txt setf gedcom +" Gemtext +au BufNewFile,BufRead *.gmi,*.gemini setf gemtext + " Gift (Moodle) autocmd BufRead,BufNewFile *.gift setf gift @@ -864,6 +867,9 @@ au BufNewFile,BufRead *.json-patch setf json " Jupyter Notebook is also json au BufNewFile,BufRead *.ipynb setf json +" JSONC +au BufNewFile,BufRead *.jsonc setf jsonc + " Kixtart au BufNewFile,BufRead *.kix setf kix |