Skip to content

Commit

Permalink
feat: Add GNAT Project (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
brownts authored Aug 5, 2024
1 parent 1607b17 commit a205f5b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
- ninja
- svelte
- haxe
- gpr
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -612,3 +612,9 @@
update = none
ignore = dirty
branch = main
[submodule "repos/gpr"]
path = repos/gpr
url = https://github.com/brownts/tree-sitter-gpr
update = none
ignore = dirty
branch = main
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Add `GNAT Project` support

## 0.12.209 - 2024-08-04

Expand Down
1 change: 1 addition & 0 deletions repos/gpr
Submodule gpr added at caf7fd
1 change: 1 addition & 0 deletions tree-sitter-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ See `tree-sitter-langs-repos'."
(gleam-mode . gleam)
(glsl-mode . glsl)
(go-mode . go)
(gpr-mode . gpr)
(groovy-mode . groovy)
(jenkinsfile-mode . groovy)
(haskell-mode . haskell)
Expand Down

0 comments on commit a205f5b

Please sign in to comment.