mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(kusto): add kusto parser and highlights (#5632)
* feat(kusto): add kusto parser and highlights * feat(kusto): improve highlights * Update queries/kusto/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * chore(kusto): remove unneeded filetype --------- Co-authored-by: Willem Jan Noort <noortw01@heiway.net> Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
ec09e52d41
commit
629cae1f0f
4 changed files with 65 additions and 0 deletions
|
|
@ -968,6 +968,14 @@ list.kotlin = {
|
|||
maintainers = { "@SalBakraa" },
|
||||
}
|
||||
|
||||
list.kusto = {
|
||||
install_info = {
|
||||
url = "https://github.com/Willem-J-an/tree-sitter-kusto",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@Willem-J-an" },
|
||||
}
|
||||
|
||||
list.lalrpop = {
|
||||
install_info = {
|
||||
url = "https://github.com/traxys/tree-sitter-lalrpop",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue