Skip to content

Commit

Permalink
Merge pull request #11 from lgeiger/pxi
Browse files Browse the repository at this point in the history
Add `.pxi` to supported file types
  • Loading branch information
b0o authored Dec 14, 2024
2 parents 5f5468a + 6a6bf3d commit 9d3c52e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"path": ".",
"file-types": [
"pyx",
"pxd"
"pxd",
"pxi"
],
"highlights": "queries/highlights.scm",
"injections": "queries/injections.scm",
Expand Down

0 comments on commit 9d3c52e

Please sign in to comment.