Skip to content

Commit

Permalink
feat: Add Gleam support
Browse files Browse the repository at this point in the history
  • Loading branch information
Payas Relekar authored and jcs090218 committed Nov 15, 2023
1 parent 4371d9f commit 430bc5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
update = none
ignore = dirty
branch = master
[submodule "repos/gleam"]
path = repos/gleam
url = https://github.com/gleam-lang/tree-sitter-gleam
update = none
ignore = dirty
branch = main
[submodule "repos/go"]
path = repos/go
url = https://github.com/tree-sitter/tree-sitter-go
Expand Down
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 `Gleam` support

## 0.12.78 - 2023-11-14
- Add `Twig` support
Expand Down
1 change: 1 addition & 0 deletions repos/gleam
Submodule gleam added at b2afa4
1 change: 1 addition & 0 deletions tree-sitter-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ See `tree-sitter-langs-repos'."
(git-rebase-mode . git-rebase)
(gitattributes-mode . gitattributes)
(gitignore-mode . gitignore)
(gleam-mode . gleam)
(glsl-mode . glsl)
(go-mode . go)
(groovy-mode . groovy)
Expand Down

0 comments on commit 430bc5d

Please sign in to comment.