File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+ - Add ` Smithy ` grammar
45
56## 0.12.46 - 2023-09-08
67- Add ` Pascal ` support
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments