summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/thrift.vim
AgeCommit message (Collapse)AuthorFiles
2024-07-30vim-patch:011f222: runtime(thrift): add ftplugin, indent and syntax scriptsChristian Clason1
Problem: Apache Thrift files misses ftplugin, indent and syntax scripts Solution: - add ftplugin and indent scripts - add thrift indent test - port the syntax script from apache/thrift (Apache License 2) Reference: https://diwakergupta.github.io/thrift-missing-guide/#_language_reference closes: vim/vim#15387 https://github.com/vim/vim/commit/011f2223e5df68f45a382f6a9dff6eaf5ecac346 Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>