mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Merge 7a8ac91c8b into 83397ebde2
This commit is contained in:
commit
5b07b2f81c
1 changed files with 14 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue