unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59528: [PATCH] Fix "void-function treesit-font-lock-rules" error
@ 2022-11-24  3:18 Shohei YOSHIDA
  2022-11-24  3:30 ` Shohei Yoshida
  0 siblings, 1 reply; 3+ messages in thread
From: Shohei YOSHIDA @ 2022-11-24  3:18 UTC (permalink / raw)
  To: 59528; +Cc: Shohei YOSHIDA

Load treesit for using its functions
---
 lisp/progmodes/csharp-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el
index 23d7b05d50..c507de94e0 100644
--- a/lisp/progmodes/csharp-mode.el
+++ b/lisp/progmodes/csharp-mode.el
@@ -27,6 +27,7 @@
 (require 'compile)
 (require 'cc-mode)
 (require 'cc-langs)
+(require 'treesit)
 
 (eval-when-compile
   (require 'cc-fonts))
-- 
2.37.2






^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-24  3:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24  3:18 bug#59528: [PATCH] Fix "void-function treesit-font-lock-rules" error Shohei YOSHIDA
2022-11-24  3:30 ` Shohei Yoshida
2022-11-24  3:51   ` Yuan Fu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).