Skip to content

Commit

Permalink
docs: Fix broken link to tree-sitter-langs (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengor authored Mar 4, 2024
1 parent f1f1fad commit bcc22da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/emacs-tree-sitter.org
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ When a node matches multiple patterns in a highlighting query, earlier patterns
/Minor modes/ that want to customize syntax highlighting should call the function ~tree-sitter-hl-add-patterns~. It plays a similar role to ~font-lock-add-keywords~.

#+html: {{% notice info %}}
The language bundle ~tree-sitter-langs~ provides [[https://github.com/emacs-tree-sitter/elisp-tree-sitter/tree/master/langs/queries][highlighting queries]] for several languages. These queries will be used when the corresponding major modes do not set ~tree-sitter-hl-default-patterns~.
The language bundle ~tree-sitter-langs~ provides [[https://github.com/emacs-tree-sitter/tree-sitter-langs/tree/master/queries][highlighting queries]] for several languages. These queries will be used when the corresponding major modes do not set ~tree-sitter-hl-default-patterns~.
#+html: {{% /notice %}}

* Core APIs
Expand Down

0 comments on commit bcc22da

Please sign in to comment.