blob: 9b1ec7c0028c2b168fb1f5c1cedb6a05ca5a6113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
## Tree-sitter queries and implementations:
- https://github.com/helix-editor/helix/tree/master/runtime/queries
- [x] bash
- [x] c
- [x] cpp
- [x] golang
- [x] javascript
- [x] typescript
- [x] python
- [x] css
- [x] dockerfile
- [x] html
- [x] lua
- [x] php
- [x] sql
- [?] markdown
- [ ] cue
- [ ] elixir
- [ ] elm
- [ ] groovy
- [ ] hcl
- [ ] java
- [ ] kotlin
- [ ] ocaml
- [ ] protobuf
- [ ] ruby
- [ ] rust
- [ ] scala
- [ ] svelte
- [ ] swift
- [ ] toml
- [ ] yaml
- [ ] csharp
|