Fix tree-sitter cpp grammar source
This commit is contained in:
parent
83efb2fcc3
commit
cc3b1ee3d9
2
init.el
2
init.el
@ -781,7 +781,7 @@ have been closed."
|
|||||||
(editor-feature treesit
|
(editor-feature treesit
|
||||||
"Integrates the Tree-sitter parsing library into Emacs."
|
"Integrates the Tree-sitter parsing library into Emacs."
|
||||||
:config
|
:config
|
||||||
(add-to-list 'treesit-language-source-alist '(cpp "https://github.com/alfaix/tree-sitter-cpp/tree/alfaix/cpp-20-modules")))
|
(add-to-list 'treesit-language-source-alist '(cpp "https://github.com/alfaix/tree-sitter-cpp" "alfaix/cpp-20-modules")))
|
||||||
|
|
||||||
;; ---------------------------------- ;;
|
;; ---------------------------------- ;;
|
||||||
;; uniquify
|
;; uniquify
|
||||||
|
Loading…
Reference in New Issue
Block a user