Skip to content

Commit

Permalink
Added yuck language support (for eww)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-M committed Feb 20, 2023
1 parent 44729fb commit 646e29c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@
| xit || | | |
| xml || || |
| yaml || || `yaml-language-server` |
| yuck || | | |
| zig |||| `zls` |
13 changes: 13 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2180,3 +2180,16 @@ comment-token = "("
[[grammar]]
name = "uxntal"
source = { git = "https://github.com/Jummit/tree-sitter-uxntal", rev = "9297e95ef74380b0ad84c4fd98f91e9f6e4319e6" }

[[language]]
name = "yuck"
scope = "source.yuck"
injection-regex = "yuck"
file-types = ["yuck"]
roots = []
comment-token = ";"
indent = { tab-width = 2, unit = " " }

[[grammar]]
name = "yuck"
source = { git = "https://github.com/Philipp-M/tree-sitter-yuck", rev = "9e97da5773f82123a8c8cccf8f7e795d140ed7d1" }

0 comments on commit 646e29c

Please sign in to comment.