]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(thrift): add ftplugin, indent and syntax scripts
authorYinzuo Jiang <jiangyinzuo@foxmail.com>
Mon, 29 Jul 2024 18:51:05 +0000 (20:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 29 Jul 2024 18:51:05 +0000 (20:51 +0200)
commit011f2223e5df68f45a382f6a9dff6eaf5ecac346
tree7843e3a8520dbe5756a932d8410df38513e6108d
parent3da011871a494ee5f3172278b6209afc6345fb5a
runtime(thrift): add ftplugin, indent and syntax scripts

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: #15387

Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/ftplugin/thrift.vim [new file with mode: 0644]
runtime/indent/testdir/thrift.in [new file with mode: 0644]
runtime/indent/testdir/thrift.ok [new file with mode: 0644]
runtime/indent/thrift.vim [new file with mode: 0644]
runtime/syntax/thrift.vim [new file with mode: 0644]