comparison runtime/doc/filetype.txt @ 32415:8d7214baf422 v9.0.1539

patch 9.0.1539: typst filetype is not recognized Commit: https://github.com/vim/vim/commit/4ce1bda869e4ec0152d7dcbe1e491ceac5341d5e Author: Gaetan Lepage <gaetan@glepage.com> Date: Wed May 10 22:01:55 2023 +0100 patch 9.0.1539: typst filetype is not recognized Problem: Typst filetype is not recognized. Solution: Distinguish between sql and typst. (Gaetan Lepage, closes https://github.com/vim/vim/issues/12363)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 May 2023 23:15:04 +0200
parents a9b5ffbc0428
children 2a17771529af
comparison
equal deleted inserted replaced
32414:af8ecf2c7dfc 32415:8d7214baf422
162 *.sql g:filetype_sql |ft-sql-syntax| 162 *.sql g:filetype_sql |ft-sql-syntax|
163 *.src g:filetype_src 163 *.src g:filetype_src
164 *.sys g:filetype_sys 164 *.sys g:filetype_sys
165 *.sh g:bash_is_sh |ft-sh-syntax| 165 *.sh g:bash_is_sh |ft-sh-syntax|
166 *.tex g:tex_flavor |ft-tex-plugin| 166 *.tex g:tex_flavor |ft-tex-plugin|
167 *.typ g:filetype_typ
167 *.w g:filetype_w |ft-cweb-syntax| 168 *.w g:filetype_w |ft-cweb-syntax|
168 169
169 For a few filetypes the global variable is used only when the filetype could 170 For a few filetypes the global variable is used only when the filetype could
170 not be detected: 171 not be detected:
171 *.r g:filetype_r |ft-rexx-syntax| 172 *.r g:filetype_r |ft-rexx-syntax|