Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Sep 29, 2024
1 parent 16e5cc3 commit 0ebb2fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tree-sitter-tako/queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
(exists) @keyword
(given) @keyword
(ident) @type
(string_literal) @string
(int_literal) @number
(float_literal) @number
(hex_literal) @number
Expand Down
2 changes: 2 additions & 0 deletions tree-sitter-tako/test.tk
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ a = 0x00 * 3 + #00ff00;

b = 0x00; /**3*/

/* /* */*/
23
// c = #00ff00

0 comments on commit 0ebb2fb

Please sign in to comment.