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 0ebb2fb commit 383eaf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bacon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ command = [ "cargo", "run", "--color", "always" ]
need_stdout = true
allow_warnings = true

[jobs.parser]
command = [ "treesitter", "test" ]
need_stdout = true
allow_warnings = true

# You may define here keybindings that would be specific to
# a project, for example a shortcut to launch a specific job.
# Shortcuts to internal functions (scrolling, toggling, etc.)
# should go in your personal prefs.toml file instead.
[keybindings]
n = "job:nextest"
p = "job:parser"
1 change: 1 addition & 0 deletions examples/simple_exprs.tk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env tako
// test: all

/* /* */*/
0;

(0);
Expand Down
1 change: 1 addition & 0 deletions tree-sitter-tako/watch_highlight.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
while true; do clear && tree-sitter highlight test.tk; sleep 2; done

0 comments on commit 383eaf8

Please sign in to comment.