Skip to content

Commit 3deb0b8

Browse files
committed
hl: Add face for syntatic noises
1 parent 3cfab8a commit 3deb0b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lisp/tree-sitter-hl.el

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,15 @@
246246
"Face for attributes markup languages."
247247
:group 'tree-sitter-hl-faces)
248248

249+
;;; ------------------------------------
250+
;;; Special.
251+
252+
(defface tree-sitter-hl-face:noise
253+
'((default :inherit default))
254+
"Face for things that are syntatic noises.
255+
It's up to themes how they should be displayed: dimmed, hidden..."
256+
:group 'tree-sitter-hl-faces)
257+
249258
;;; ----------------------------------------------------------------------------
250259
;;; Interfaces for modes and end users.
251260

0 commit comments

Comments
 (0)