Skip to content

Commit

Permalink
test: trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Feb 13, 2024
1 parent e6f7dc3 commit 306aaca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,5 @@ module.exports = grammar({

simple_word: _ => token(/[^!$\s\\\[\]{}();"]+/),
}

});
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Treesitter parser for TCL",
"main": "bindings/node",
"keywords": [
"tree-sitter",
"parser",
"lexer",
"tcl"
Expand All @@ -13,9 +14,10 @@
"url": "https://github.com/tree-sitter-grammars/tree-sitter-tcl.git"
},
"scripts": {
"generate": "tree-sitter generate",
"parse": "tree-sitter parse",
"lint": "eslint grammar.js",
"test": "tree-sitter test",
"test-windows": "tree-sitter test"
"test": "tree-sitter test"
},
"author": "Lewis Russell <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 306aaca

Please sign in to comment.