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 5411a91 commit 9b6c2c7Copy full SHA for 9b6c2c7
core/tsc-dyn-get.el
@@ -24,6 +24,10 @@
24
(defconst tsc--dir (file-name-directory (or (locate-library "tsc.el") ""))
25
"The directory where the library `tsc' is located.")
26
27
+(defgroup tsc nil
28
+ "Core tree-sitter APIs."
29
+ :group 'languages)
30
+
31
(defcustom tsc-dyn-dir tsc--dir
32
"The directory that `tsc-dyn' module is resided.
33
This should be set before `tsc' is loaded.
0 commit comments