Skip to content

Commit

Permalink
More testing and filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Sep 29, 2024
1 parent 3b4fc88 commit 56c9fca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tree-sitter-tako/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"scope": "source.tako",
"injection-regex": "(tako|tk)",
"file-types": [
"tk"
"tk",
"tako"
],
"file-line-regex": "#!.*\\btako$",
"highlights": "./queries/highlights.scm",
Expand Down
6 changes: 5 additions & 1 deletion tree-sitter-tako/test.tk
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
1
a = /*0x00 * 3 */ #00ff00;

b = 0x00; /**3*/

// c = #00ff00

0 comments on commit 56c9fca

Please sign in to comment.