branch: externals/matlab-mode
commit f099b1658a8f250c3c61d770a0f982189bf4fbdb
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
treesit-mode-how-to: added declare-function for paren example
---
contributing/treesit-mode-how-to.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contributing/treesit-mode-how-to.org
b/contributing/treesit-mode-how-to.org
index 2413e326e2..4fab351989 100644
--- a/contributing/treesit-mode-how-to.org
+++ b/contributing/treesit-mode-how-to.org
@@ -1192,6 +1192,8 @@ how to do string matching assuming strings can be created
using ='single quotes'
: (string ' (string_content) ')
#+begin_src emacs-lisp
+ (declare-function show-paren--default "paren")
+
(defun LANGUAGE-ts-mode--show-paren-or-block ()
"Function to assign to `show-paren-data-function'.
Highlight LANGUAGE pairs in addition to standard items paired by