Commit
+9 -0 +/-1 browse
1 | diff --git a/queries/highlights.scm b/queries/highlights.scm |
2 | new file mode 100644 |
3 | index 0000000..b01f6c5 |
4 | --- /dev/null |
5 | +++ b/queries/highlights.scm |
6 | @@ -0,0 +1,9 @@ |
7 | + ; These scopes are arbitrary and line up with good colors for the |
8 | + ; `tree-sitter highlight` command. Adapt them as you see fit. |
9 | + |
10 | + [(addition) (new_file)] @string |
11 | + [(deletion) (old_file)] @keyword |
12 | + |
13 | + (commit) @constant |
14 | + (location) @attribute |
15 | + (command) @variable.builtin |