Skip to content

Commit

Permalink
fix Makefile, update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cdragan committed Dec 11, 2024
1 parent d4c0755 commit 764b9c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tree-sitter-kos",
"version": "0.0.1",
"description": "Kos grammar for tree-sitter",
"repository": "github:tree-sitter/tree-sitter-kos",
"repository": "https://github.com/kos-lang/tree-sitter-kos",
"license": "MIT",
"main": "bindings/node",
"types": "bindings/node",
Expand Down Expand Up @@ -46,6 +46,10 @@
"tree-sitter": [
{
"scope": "source.kos",
"file-types": [ "kos" ],
"highlights": [
"queries/highlights.scm"
],
"injection-regex": "^kos$"
}
]
Expand Down

0 comments on commit 764b9c6

Please sign in to comment.