Skip to content

Commit 889c0e7

Browse files
authored
feat: add noir grammar
1 parent 6bec5a9 commit 889c0e7

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@
274274
branch = main
275275
update = none
276276
ignore = dirty
277+
[submodule "repos/noir"]
278+
path = repos/noir
279+
url = https://github.com/hhamud/tree-sitter-noir
280+
branch = main
281+
update = none
282+
ignore = dirty
277283
[submodule "repos/dart"]
278284
path = repos/dart
279285
url = https://github.com/UserNobody14/tree-sitter-dart

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 `Noir` grammar
45

56
## 0.12.27 - 2023-08-28
67

repos/noir

Submodule noir added at 9938da9

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ See `tree-sitter-langs-repos'."
134134
(lua-mode . lua)
135135
(matlab-mode . matlab)
136136
(meson-mode . meson)
137+
(noir-mode . noir)
137138
(ocaml-mode . ocaml)
138139
(perl-mode . perl)
139140
(php-mode . php)

0 commit comments

Comments
 (0)