Compare commits

...

3 Commits

Author SHA1 Message Date
Ryan Moodie
bb3c47d0a3 Merge da87d24bd2 into f5393cfee0 2025-02-07 03:38:27 +08:00
Haim
f5393cfee0 Update README.md (#861)
Some checks failed
Vim Polyglot CI / test (push) Has been cancelled
Fix parenthesis missing, thus logo was not showing up
2024-12-04 23:22:43 +01:00
Ryan Moodie
da87d24bd2 for *.frm, change call polyglot#ft#FTVB(form) to polyglot#ft#FTfrm() since former doesn't exist and latter seems to be what we're looking for 2022-11-18 14:07:25 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,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.

View File

@@ -3301,7 +3301,7 @@ au BufRead,BufNewFile *.hw,*.module,*.pkg
\ endif
" 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
" lines in a WEB file).