Skip to content

Commit

Permalink
feat(hl): Add keyword directive face
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 12, 2024
1 parent 0b3cfb3 commit 210983b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lisp/tree-sitter-hl.el
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@
"Face for keywords."
:group 'tree-sitter-hl-faces)

(defface tree-sitter-hl-face:keyword.directive
'((default :inherit font-lock-keyword-face))
"Face for directive keyword."
:group 'tree-sitter-hl-faces)

(defface tree-sitter-hl-face:operator
'((default :inherit tree-sitter-hl-face:keyword))
"Face for operators."
Expand Down

0 comments on commit 210983b

Please sign in to comment.