Skip to content

Commit 646e29c

Browse files
committed
Added yuck language support (for eww)
1 parent 44729fb commit 646e29c

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

book/src/generated/lang-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@
147147
| xit || | | |
148148
| xml || || |
149149
| yaml || || `yaml-language-server` |
150+
| yuck || | | |
150151
| zig |||| `zls` |

languages.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,3 +2180,16 @@ comment-token = "("
21802180
[[grammar]]
21812181
name = "uxntal"
21822182
source = { git = "https://github.com/Jummit/tree-sitter-uxntal", rev = "9297e95ef74380b0ad84c4fd98f91e9f6e4319e6" }
2183+
2184+
[[language]]
2185+
name = "yuck"
2186+
scope = "source.yuck"
2187+
injection-regex = "yuck"
2188+
file-types = ["yuck"]
2189+
roots = []
2190+
comment-token = ";"
2191+
indent = { tab-width = 2, unit = " " }
2192+
2193+
[[grammar]]
2194+
name = "yuck"
2195+
source = { git = "https://github.com/Philipp-M/tree-sitter-yuck", rev = "9e97da5773f82123a8c8cccf8f7e795d140ed7d1" }

0 commit comments

Comments
 (0)