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 153c9dd commit 489f926Copy full SHA for 489f926
lisp/tree-sitter-hl.el
@@ -276,8 +276,9 @@ the following code disables keyword highlighting:
276
"Default syntax highlighting patterns.
277
This should be set by major modes that want to integrate with `tree-sitter-hl'.
278
It plays a similar role to `font-lock-defaults'.
279
-It is a string used to query tree sitter. The format is described at
280
-https://tree-sitter.github.io/tree-sitter/syntax-highlighting#highlights.")
+
+It is either a string, or a vector of S-expressions. For more details on the
281
+syntax, see https://emacs-tree-sitter.github.io/syntax-highlighting/queries/.")
282
283
(defvar tree-sitter-hl--patterns-alist nil
284
"Additional language-specific syntax highlighting patterns.
0 commit comments