Webc language support (#7290)

* feat: add webc language support

* feat: add to lang-support book webc
pull/16/head
Ivan Svoboda 11 months ago committed by GitHub
parent cbe2308210
commit df094909d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -162,6 +162,7 @@
| vue | ✓ | | | `vue-language-server` |
| wast | ✓ | | | |
| wat | ✓ | | | |
| webc | ✓ | | | |
| wgsl | ✓ | | | `wgsl_analyzer` |
| wit | ✓ | | ✓ | |
| xit | ✓ | | | |

@ -2624,3 +2624,12 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "t32"
source = { git = "https://codeberg.org/xasc/tree-sitter-t32", rev = "1dd98248b01e4a3933c1b85b58bab0875e2ba437" }
[[language]]
name = "webc"
scope = "text.html.webc"
injection-regex = "webc"
file-types = ["webc"]
roots = []
indent = { tab-width = 2, unit = " " }
grammar = "html"

Loading…
Cancel
Save