This commit is contained in:
ja 2025-12-23 15:42:52 +08:00 committed by GitHub
commit 5b07b2f81c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,6 +221,20 @@ export default {
],
},
},
{
// NOTE: Pending upstream release with WASM binary
// See: https://github.com/gleam-lang/tree-sitter-gleam/pull/137
filetype: "gleam",
wasm: "https://github.com/gleam-lang/tree-sitter-gleam/releases/download/v1.2.0/tree-sitter-gleam.wasm",
queries: {
highlights: [
"https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/gleam/highlights.scm",
],
locals: [
"https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/gleam/locals.scm",
],
},
},
{
filetype: "swift",
wasm: "https://github.com/alex-pinkus/tree-sitter-swift/releases/download/0.7.1/tree-sitter-swift.wasm",