Skip to content

Commit 33e80cc

Browse files
authored
feat: Add comment (#208)
* feat: Add comment * add dirty * Update CHANGELOG.md * Add grammer queue
1 parent deda158 commit 33e80cc

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/workflows/update-grammars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
- jsonnet
8080
- pascal
8181
- fortran
82+
- comment
8283
- cmake
8384
- asm
8485
- mermaid
@@ -116,7 +117,7 @@ jobs:
116117
- uses: actions/checkout@v4
117118
with:
118119
persist-credentials: false
119-
fetch-depth: 0
120+
fetch-depth: 0
120121

121122
- name: Update ${{ matrix.target }} submodule
122123
run: |

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,12 @@
396396
branch = master
397397
update = none
398398
ignore = dirty
399+
[submodule "repos/comment"]
400+
path = repos/comment
401+
url = https://github.com/stsewd/tree-sitter-comment
402+
branch = master
403+
update = none
404+
ignore = dirty
399405
[submodule "repos/cmake"]
400406
path = repos/cmake
401407
url = https://github.com/uyha/tree-sitter-cmake

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 `comment` support
45

56
## 0.12.185 - 2024-05-01
67

repos/comment

Submodule comment added at c9a7e2d

0 commit comments

Comments
 (0)