summaryrefslogtreecommitdiffstats
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-29 14:39:12 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-29 14:39:12 +0100
commit8b5901e2f9466eb6f38f5b251e871f609f65e252 (patch)
tree430a9eae50338cd4685c7b542b51049bd2b8da5b /runtime/doc/filetype.txt
parent040674129f3382822eeb7b590380efa5228124a8 (diff)
patch 9.0.0006: not all Visual Basic files are recognizedv9.0.0006
Problem: Not all Visual Basic files are recognized. Solution: Change detection of *.cls files. (Doug Kearns)
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r--runtime/doc/filetype.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 06eff2da1a..282a7966cb 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -143,6 +143,7 @@ variables can be used to overrule the filetype used for certain extensions:
*.asp g:filetype_asp |ft-aspvbs-syntax| |ft-aspperl-syntax|
*.bas g:filetype_bas |ft-basic-syntax|
*.cfg g:filetype_cfg
+ *.cls g:filetype_cls
*.csh g:filetype_csh |ft-csh-syntax|
*.dat g:filetype_dat
*.frm g:filetype_frm |ft-form-syntax|