Skip to content

Commit

Permalink
Add support for Amber lang
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Nov 7, 2024
1 parent b53dafe commit ee651af
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3858,4 +3858,15 @@ indent = { tab-width = 4, unit = " " }

[[grammar]]
name = "cylc"
source = { git = "https://github.com/elliotfontaine/tree-sitter-cylc", rev = "30dd40d9bf23912e4aefa93eeb4c7090bda3d0f6" }
source = { git = "https://github.com/amber-lang/tree-sitter-amber", rev = "c6df3ec2ec243ed76550c525e7ac3d9a10c6c814" }

[[language]]
name = "amber"
scope = "source.ab"
file-types = ["ab"]
comment-token = "//"
indent = { tab-width = 4, unit = " " }

[[grammar]]
name = "amber"
source = { git = "https://github.com/elliotfontaine/tree-sitter-amber", rev = "30dd40d9bf23912e4aefa93eeb4c7090bda3d0f6" }

0 comments on commit ee651af

Please sign in to comment.