Skip to content

Commit

Permalink
package alex-pinkus/tree-sitter-swift
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Apr 5, 2022
1 parent 7c47e4a commit 59a78d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grammar-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,12 @@
"repo": "tree-sitter-llvm",
"revision": "e9948edc41e9e5869af99dddb2b5ff5cc5581af6",
"integrity": "M7smrjU+7L9a2kpz0wM+G+YQGTQaqsVL/Q+OCKlPpzQ="
},
"alex-pinkus/swift": {
"type": "github",
"owner": "alex-pinkus",
"repo": "tree-sitter-swift",
"revision": "21bb67e87a2a2a0b13853484b8c4bdaf19a04a1f",
"integrity": "N+HKq8OP1yCu/qB/u3ekay0eRERuwJtgHoiPTT8sp44="
}
}
1 change: 1 addition & 0 deletions grammars.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ in tspm.formatGrammars {
ledger.cbarrete = tspm.grammar { meta.license = lib.licenses.mit; };
zig.maxxnino = tspm.grammar { meta.license = lib.licenses.mit; };
llvm.benwilliamgraham = tspm.grammar { meta.license = lib.licenses.mit; };
swift.alex-pinkus = tspm.grammar { meta.license = lib.licenses.mit; };

# Grammars TODO:
# * toml.ikatyang - needs quite a few npm dependencies but could be forked
Expand Down

0 comments on commit 59a78d3

Please sign in to comment.