Compare commits

..

2 Commits

2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
This is my top-starred repository on Github, so I've decided to put this ad here:
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
![vim-polyglot](https://i.imgur.com/9RxQK6k.png) ![vim-polyglot](https://i.imgur.com/9RxQK6k.png)
A collection of language packs for Vim. A collection of language packs for Vim.

View File

@@ -3301,7 +3301,7 @@ au BufRead,BufNewFile *.hw,*.module,*.pkg
\ endif \ endif
" Visual Basic (also uses *.bas) or FORM " Visual Basic (also uses *.bas) or FORM
au BufNewFile,BufRead *.frm call polyglot#ft#FTVB("form") au BufNewFile,BufRead *.frm call polyglot#ft#FTfrm()
" WEB (*.web is also used for Winbatch: Guess, based on expecting "%" comment " WEB (*.web is also used for Winbatch: Guess, based on expecting "%" comment
" lines in a WEB file). " lines in a WEB file).