summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/tera.vim
AgeCommit message (Collapse)AuthorFiles
2026-04-01vim-patch:e551e71: runtime(tera): use fnameescape() when loading separate ↵zeertzjq1
syntax files https://github.com/vim/vim/commit/e551e71d7e47c233d55272162bc3e9160bc9d102 Co-authored-by: Christian Brabandt <cb@256bit.org>
2026-01-30vim-patch:b817536: runtime(tera): update syntax files to support many more ↵zeertzjq1
tera code (#37622) This includes macros, keys etc. which were not highlighted before. closes: vim/vim#19276 https://github.com/vim/vim/commit/b817536b8f35c14bea6366006d44ff6aa2e840b4 Co-authored-by: MuntasirSZN <muntasir.joypurhat@gmail.com>
2025-03-12vim-patch:a8aeeeb: runtime(tera): remove unwanted code and fix issues in ↵Muntasir Mahmud1
syntax script (#32848) closes: vim/vim#16857 https://github.com/vim/vim/commit/a8aeeeb9aa694f2052e904c3e02e525035e0701f
2025-03-09vim-patch:9.1.1188: runtime(tera): tera support can be improved (#32799)Muntasir Mahmud1
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