queries
bash.scm c.scm cpp.scm css.scm dockerfile.scm go.scm html.scm javascript.scm lua.scm markdown.scm php.scm python.scm sql.scm tsx.scm typescript.scmsamples
format.txt lsp.c ollama.py test.c test.cpp test.css test.dockerfile test.html test.js test.lua test.md test.php test.py test.rb test.sh test.sql test.ts test.tsxvendor
github.com
mitjafelicijan
go-tree-sitter
.gitignore LICENSE Makefile README.md alloc.c alloc.h api.h array.h atomic.h bindings.c bindings.go bindings.h bits.h clock.h error_costs.h get_changed_ranges.c get_changed_ranges.h host.h iter.go language.c language.h length.h lexer.c lexer.h node.c parser.c parser.h point.h ptypes.h query.c reduce_action.h reusable_node.h stack.c stack.h subtree.c subtree.h test_grammar.go test_grammar.js test_grammar_generate.sh tree.c tree.h tree_cursor.c tree_cursor.h umachine.h unicode.h urename.h utf.h utf16.h utf8.h wasm_store.c wasm_store.hnsf
termbox-go
AUTHORS LICENSE README.md api.go api_common.go api_windows.go collect_terminfo.py escwait.go escwait_darwin.go syscalls_darwin.go syscalls_darwin_amd64.go syscalls_dragonfly.go syscalls_freebsd.go syscalls_linux.go syscalls_netbsd.go syscalls_openbsd.go syscalls_windows.go termbox.go termbox_common.go termbox_windows.go terminfo.go terminfo_builtin.go
vendor/github.com/mitjafelicijan/go-tree-sitter/.gitignore
raw
1.idea
2
3# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos
4# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos
5
6### macOS ###
7# General
8.DS_Store
9.AppleDouble
10.LSOverride
11
12# Icon must end with two \r
13Icon
14
15
16# Thumbnails
17._*
18
19# Files that might appear in the root of a volume
20.DocumentRevisions-V100
21.fseventsd
22.Spotlight-V100
23.TemporaryItems
24.Trashes
25.VolumeIcon.icns
26.com.apple.timemachine.donotpresent
27
28# Directories potentially created on remote AFP share
29.AppleDB
30.AppleDesktop
31Network Trash Folder
32Temporary Items
33.apdisk
34
35### macOS Patch ###
36# iCloud generated files
37*.icloud
38
39### VisualStudioCode ###
40.vscode/*
41!.vscode/settings.json
42!.vscode/tasks.json
43!.vscode/launch.json
44!.vscode/extensions.json
45!.vscode/*.code-snippets
46
47# Local History for Visual Studio Code
48.history/
49
50# Built Visual Studio Code Extensions
51*.vsix
52
53### VisualStudioCode Patch ###
54# Ignore all local history of files
55.history
56.ionide
57
58# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos