Skip to content

Commit 56a49f8

Browse files
authored
feat: Add SQL support (#254)
* feat: Add SQL support * fix branch name
1 parent 8607ec6 commit 56a49f8

File tree

5 files changed

+398
-0
lines changed

5 files changed

+398
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,9 @@
412412
branch = main
413413
update = none
414414
ignore = dirty
415+
[submodule "repos/sql"]
416+
path = repos/sql
417+
url = https://github.com/DerekStride/tree-sitter-sql
418+
branch = main
419+
update = none
420+
ignore = dirty

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Add `SQL` support
45

56
## 0.12.54 - 2023-10-04
67
- Add `Make` support

0 commit comments

Comments
 (0)