File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -212,5 +212,19 @@ export default {
212212 ] ,
213213 } ,
214214 } ,
215+ {
216+ filetype : "swift" ,
217+ wasm : "https://github.com/alex-pinkus/tree-sitter-swift/releases/download/0.7.1/tree-sitter-swift.wasm" ,
218+ queries : {
219+ highlights : [
220+ // NOTE: Using parser repo queries instead of nvim-treesitter due to incompatible #lua-match? predicates
221+ // "https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/highlights.scm
222+ "https://raw.githubusercontent.com/alex-pinkus/tree-sitter-swift/main/queries/highlights.scm" ,
223+ ] ,
224+ locals : [
225+ "https://raw.githubusercontent.com/nvim-treesitter/nvim-treesitter/refs/heads/master/queries/swift/locals.scm" ,
226+ ] ,
227+ } ,
228+ } ,
215229 ] ,
216230}
You can’t perform that action at this time.
0 commit comments