diff options
| author | Muntasir Mahmud <muntasir.joypurhat@gmail.com> | 2025-03-09 15:13:52 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 17:13:52 +0800 |
| commit | d4584903f3a7123a389332afa2620f2b997b7f1b (patch) | |
| tree | 055933b725f6798a273d847b0ffd4b0ce1bb36e0 /test | |
| parent | d414d0e8eab8906db19e2f83b9983ce8727f8de6 (diff) | |
| download | rneovim-d4584903f3a7123a389332afa2620f2b997b7f1b.tar.gz rneovim-d4584903f3a7123a389332afa2620f2b997b7f1b.tar.bz2 rneovim-d4584903f3a7123a389332afa2620f2b997b7f1b.zip | |
vim-patch:9.1.1188: runtime(tera): tera support can be improved (#32799)
Problem: runtime(tera): tera support can be improved
Solution: update tera filetype plugin, include a tera syntax script
update the filetype test, update makemenu and synmenu vim scripts
(MuntasirSZN)
closes: vim/vim#16830
vim/vim@14da0fb
Diffstat (limited to 'test')
| -rw-r--r-- | test/old/testdir/test_filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim index 590a460f3c..296062f92c 100644 --- a/test/old/testdir/test_filetype.vim +++ b/test/old/testdir/test_filetype.vim @@ -801,7 +801,7 @@ func s:GetFilenameChecks() abort \ 'teal': ['file.tl'], \ 'templ': ['file.templ'], \ 'template': ['file.tmpl'], - \ 'tera': ['file.tera'], + \ 'tera': ['file.tera', 'file.toml.tera', 'file.html.tera', 'file.css.tera'], \ 'teraterm': ['file.ttl'], \ 'terminfo': ['file.ti'], \ 'terraform-vars': ['file.tfvars'], |