summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/hyprlang.vim
AgeCommit message (Collapse)AuthorFiles
2025-09-13vim-patch:becf184: runtime(misc): removing saccarosium from maintainer list ↵zeertzjq1
(#35740) closes: vim/vim#17848 https://github.com/vim/vim/commit/becf1844e03462b2c997689caafc77bc9c812252 Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
2025-03-28vim-patch:f9f4e27: runtime(hyprlang): save and restore cpo setting in syntax ↵zeertzjq1
script fixes: vim/vim#16970 closes: vim/vim#16973 https://github.com/vim/vim/commit/f9f4e27ad76ee36a5a49013a84a466800d26f360 Co-authored-by: Christian Brabandt <cb@256bit.org>
2025-02-02vim-patch:a5d19aa: runtime(hyprlang): fix string recognition (#32290)zeertzjq1
fixes: vim/vim#16064 closes: vim/vim#16527 https://github.com/vim/vim/commit/a5d19aa44d97151d572362a24efccbfa09d560ae Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
2024-11-20vim-patch:9.1.0875: filetype: hyprlang detection can be improvedChristian Clason1
Problem: filetype: hyprlang detection can be improved Solution: detect '/hypr/*.conf' files as hyprlang filetype, include basic syntax highlighting (Luca Saccarola) fixes: vim/vim#15875 closes: vim/vim#16064 https://github.com/vim/vim/commit/a13bd294ab2d9ab38634c9ec51fa76205af6eb62 Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>