summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/rasi.vim
AgeCommit message (Collapse)AuthorFiles
2024-05-31vim-patch:9.1.0453: filetype: rasi files are not recognizedChristian Clason1
Problem: filetype: rasi files are not recognized Solution: regonize '*.rasi' files as rasi filetype, include a filetype and syntax plugin (Pierrick Guillaume) ported from: https://github.com/Fymyte/rasi.vim closes: vim/vim#14821 https://github.com/vim/vim/commit/280e5b13ca568ed592a894140bf1ac74356f4b33 Co-authored-by: Pierrick Guillaume <pierguill@gmail.com>