We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfab8a commit 3deb0b8Copy full SHA for 3deb0b8
lisp/tree-sitter-hl.el
@@ -246,6 +246,15 @@
246
"Face for attributes markup languages."
247
:group 'tree-sitter-hl-faces)
248
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
258
;;; ----------------------------------------------------------------------------
259
;;; Interfaces for modes and end users.
260
0 commit comments