diff options
Diffstat (limited to 'tree-sitter-yts/grammar.js')
-rw-r--r-- | tree-sitter-yts/grammar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tree-sitter-yts/grammar.js b/tree-sitter-yts/grammar.js index 8a9d61f..4857446 100644 --- a/tree-sitter-yts/grammar.js +++ b/tree-sitter-yts/grammar.js @@ -6,7 +6,7 @@ module.exports = grammar({ line: ($) => seq($.command, repeat($.flag), $.id, $.title, $.date, $.author, $.duration, $.url, "\n"), - command: ($) => choice("pick", "p", "watch", "w", "drop", "d", "url", "u"), + command: ($) => choice("pick", "p", "watch", "w", "watched", "wd", "add", "a", "drop", "d", "url", "u"), flag: ($) => choice( /-\w [^\s]+/, |