Skip to content

Commit a205f5b

Browse files
authored
feat: Add GNAT Project (#694)
1 parent 1607b17 commit a205f5b

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/update-grammars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
- ninja
114114
- svelte
115115
- haxe
116+
- gpr
116117
steps:
117118
- uses: actions/checkout@v4
118119
with:

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,3 +612,9 @@
612612
update = none
613613
ignore = dirty
614614
branch = main
615+
[submodule "repos/gpr"]
616+
path = repos/gpr
617+
url = https://github.com/brownts/tree-sitter-gpr
618+
update = none
619+
ignore = dirty
620+
branch = main

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 `GNAT Project` support
45

56
## 0.12.209 - 2024-08-04
67

repos/gpr

Submodule gpr added at caf7fd9

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ See `tree-sitter-langs-repos'."
140140
(gleam-mode . gleam)
141141
(glsl-mode . glsl)
142142
(go-mode . go)
143+
(gpr-mode . gpr)
143144
(groovy-mode . groovy)
144145
(jenkinsfile-mode . groovy)
145146
(haskell-mode . haskell)

0 commit comments

Comments
 (0)