diff options
author | GaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com> | 2023-05-11 09:43:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 15:43:02 +0800 |
commit | e90b506903babc84f8c5b796c3b25c7f20e183d2 (patch) | |
tree | 64bf8a3b9107af2d2b9710f821faf05981932de8 /runtime/doc | |
parent | 9d306ac6b79c13b5f42ea4e22c6f8ccc628f6a6a (diff) | |
download | rneovim-e90b506903babc84f8c5b796c3b25c7f20e183d2.tar.gz rneovim-e90b506903babc84f8c5b796c3b25c7f20e183d2.tar.bz2 rneovim-e90b506903babc84f8c5b796c3b25c7f20e183d2.zip |
vim-patch:9.0.1539: typst filetype is not recognized (#23578)
Problem: Typst filetype is not recognized.
Solution: Distinguish between sql and typst. (Gaetan Lepage, closes vim/vim#12363)
https://github.com/vim/vim/commit/4ce1bda869e4ec0152d7dcbe1e491ceac5341d5e
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/filetype.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 175c531950..48d6aed0f2 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -162,6 +162,7 @@ variables can be used to overrule the filetype used for certain extensions: *.sys g:filetype_sys *.sh g:bash_is_sh |ft-sh-syntax| *.tex g:tex_flavor |ft-tex-plugin| + *.typ g:filetype_typ *.w g:filetype_w |ft-cweb-syntax| For a few filetypes the global variable is used only when the filetype could |