aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-06-29 18:43:56 +0200
committerGitHub <noreply@github.com>2022-06-29 18:43:56 +0200
commit1eb9624666a8478d66e693c7f00fc633a6b1b8ca (patch)
treed0ff784074aab6781b5d702ace1eabbcc5c74140 /runtime/doc
parentba583f820655d3d7cf4c85854c0359c54d49ae5a (diff)
downloadrneovim-1eb9624666a8478d66e693c7f00fc633a6b1b8ca.tar.gz
rneovim-1eb9624666a8478d66e693c7f00fc633a6b1b8ca.tar.bz2
rneovim-1eb9624666a8478d66e693c7f00fc633a6b1b8ca.zip
vim-patch:9.0.0006: not all Visual Basic files are recognized (#19153)
Problem: Not all Visual Basic files are recognized. Solution: Change detection of *.cls files. (Doug Kearns) https://github.com/vim/vim/commit/8b5901e2f9466eb6f38f5b251e871f609f65e252
Diffstat (limited to 'runtime/doc')
-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 0e28ddc545..cc9c6d1c05 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -141,6 +141,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|