summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/astro.vim
AgeCommit message (Collapse)AuthorFiles
2025-08-30Merge pull request #35546 from zeertzjq/vim-a07a2f4zeertzjq1
vim-patch:a07a2f4: runtime(astro): catch json_decode() error when parsing tsconfig.json
2024-06-04vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason1
Problem: no whitespace padding in commentstring option in ftplugins Solution: Change default to include whitespace padding, update existing filetype plugins with the new default value (Riley Bruins) closes: vim/vim#14843 https://github.com/vim/vim/commit/0a0830624a260660c7fa692ecb7e6e5de09114ba Co-authored-by: Riley Bruins <ribru17@hotmail.com>
2024-04-22vim-patch:d3ff129ce8c6Christian Clason1
runtime(astro): Add filetype, syntax and indent plugin related: vim/vim#14558 closes: vim/vim#14561 ported from: https://github.com/wuelnerdotexe/vim-astro https://github.com/vim/vim/commit/d3ff129ce8c68770c47d72ab3f30a21c19530eee Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>