Skip to content

Commit 1ac9ab4

Browse files
authored
feat: Add Smithy support (#181)
1 parent d8a2a16 commit 1ac9ab4

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
@@ -244,6 +244,12 @@
244244
path = repos/scheme
245245
url = https://github.com/6cdh/tree-sitter-scheme
246246
branch = main
247+
[submodule "repos/smithy"]
248+
path = repos/smithy
249+
url = https://github.com/indoorvivants/tree-sitter-smithy
250+
branch = main
251+
update = none
252+
ignore = dirty
247253
[submodule "repos/fennel"]
248254
path = repos/fennel
249255
url = https://github.com/TravonteD/tree-sitter-fennel

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

56
## 0.12.46 - 2023-09-08
67
- Add `Pascal` support

repos/smithy

Submodule smithy added at cf8c7eb

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ See `tree-sitter-langs-repos'."
159159
(rustic-mode . rust)
160160
(scala-mode . scala)
161161
(scheme-mode . scheme)
162+
(smithy-mode . smithy)
162163
(swift-mode . swift)
163164
(toml-mode . toml)
164165
(conf-toml-mode . toml)

0 commit comments

Comments
 (0)