branch: externals/modus-themes
commit a1ad1e5ef7b32a3e0f909b3fa4e95834ea750a8e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove support for the external tree-sitter package
We have the functionality built into Emacs now. Those who care enough
about this technology are probably using a version of Emacs that
supports it.
---
modus-themes.el | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index c3cb9d6226..e75184bbcc 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6854,24 +6854,6 @@ FG and BG are the main colors."
`(treemacs-window-background-face ((,c :background ,bg-main)))
`(treemacs-nerd-icons-root-face ((,c :foreground ,accent-0)))
`(treemacs-nerd-icons-file-face ((,c :foreground ,accent-0)))
-;;;;; tree-sitter
- `(tree-sitter-hl-face:attribute ((,c :inherit
font-lock-variable-name-face)))
- `(tree-sitter-hl-face:constant.builtin ((,c :inherit
tree-sitter-hl-face:constant)))
- `(tree-sitter-hl-face:escape ((,c :inherit
font-lock-regexp-grouping-backslash)))
- `(tree-sitter-hl-face:function ((,c :inherit
font-lock-function-name-face)))
- `(tree-sitter-hl-face:function.call ((,c :inherit
tree-sitter-hl-face:function)))
- `(tree-sitter-hl-face:label (( )))
- `(tree-sitter-hl-face:method.call (( )))
- `(tree-sitter-hl-face:operator ((,c :inherit modus-themes-bold)))
- `(tree-sitter-hl-face:property (( )))
- `(tree-sitter-hl-face:property.definition ((,c :inherit
font-lock-variable-name-face)))
- `(tree-sitter-hl-face:punctuation (( )))
- `(tree-sitter-hl-face:punctuation.bracket (( )))
- `(tree-sitter-hl-face:punctuation.delimiter (( )))
- `(tree-sitter-hl-face:punctuation.special ((,c :inherit
font-lock-regexp-grouping-construct)))
- `(tree-sitter-hl-face:string.special ((,c :inherit
tree-sitter-hl-face:string)))
- `(tree-sitter-hl-face:tag ((,c :inherit font-lock-function-name-face)))
- `(tree-sitter-hl-face:type.argument (( )))
;;;;; tty-menu
`(tty-menu-disabled-face ((,c :background ,bg-inactive :foreground
,fg-dim)))
`(tty-menu-enabled-face ((,c :inherit bold :background ,bg-inactive
:foreground ,fg-main)))