Skip to content

Commit

Permalink
Generate tree-sitter.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Erick2280 authored and alex-pinkus committed Oct 9, 2024
1 parent 1466855 commit 26eac68
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions tree-sitter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"grammars": [
{
"name": "swift",
"camelcase": "Swift",
"scope": "source.swift",
"path": ".",
"file-types": [
"swift"
],
"highlights": "queries/highlights.scm",
"injections": "queries/injections.scm",
"locals": "queries/locals.scm",
"injection-regex": "swift"
}
],
"metadata": {
"version": "0.6.0",
"license": "MIT",
"description": "A tree-sitter grammar for the Swift programming language.",
"authors": [
{
"name": "Alex Pinkus",
"email": "alex.pinkus@gmail.com"
}
],
"links": {
"repository": "git+https://github.com/alex-pinkus/tree-sitter-swift.git"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}

0 comments on commit 26eac68

Please sign in to comment.