Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tree-sitter-git-config #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ form:
* https://github.com/tree-sitter/tree-sitter-embedded-template — licensed
under the MIT License.

* https://github.com/the-mikedavis/tree-sitter-git-config - licensed under
the MIT License.

* https://github.com/tree-sitter/tree-sitter-go — licensed under the MIT
License.

Expand Down
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
import subprocess
import sys
from tree_sitter import Language

from tree_sitter import Language

repos = []
with open("repos.txt", "r") as file:
Expand Down Expand Up @@ -92,5 +92,6 @@
'vendor/tree-sitter-typescript/tsx',
'vendor/tree-sitter-typescript/typescript',
'vendor/tree-sitter-yaml',
'vendor/tree-sitter-git-config',
]
)
1 change: 1 addition & 0 deletions repos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ https://github.com/tree-sitter/tree-sitter-scala 45b5ba0e749a8477a8fd2666f082f35
https://github.com/tree-sitter/tree-sitter-toml 342d9be207c2dba869b9967124c679b5e6fd0ebe
https://github.com/tree-sitter/tree-sitter-tsq b665659d3238e6036e22ed0e24935e60efb39415
https://github.com/tree-sitter/tree-sitter-typescript d847898fec3fe596798c9fda55cb8c05a799001a
https://github.com/the-mikedavis/tree-sitter-git-config 9c2a1b7894e6d9eedfe99805b829b4ecd871375e