From b53a8d82a07c29010a690b7126795fd7ddcabe0c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 20 Jan 2024 18:38:18 +0100 Subject: feat(sys/nixpkgs/yt): Add support for the 'url' command This simply opens the youtube url in the browser --- sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json') diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json b/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json index 4157fde6..a35a5464 100644 --- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json +++ b/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json @@ -61,25 +61,33 @@ "type": "STRING", "value": "pick" }, + { + "type": "STRING", + "value": "p" + }, { "type": "STRING", "value": "watch" }, + { + "type": "STRING", + "value": "w" + }, { "type": "STRING", "value": "drop" }, { "type": "STRING", - "value": "p" + "value": "d" }, { "type": "STRING", - "value": "w" + "value": "url" }, { "type": "STRING", - "value": "d" + "value": "u" } ] }, -- cgit 1.4.1