mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
fix(erlang): malformed treesit grammar recipe
Missed `:url` caused an error during initialization.
This commit is contained in:
committed by
GitHub
parent
45d3997379
commit
03c07970d4
@@ -17,4 +17,4 @@
|
||||
:defer t
|
||||
:init
|
||||
(set-tree-sitter! 'erlang-mode 'erlang-ts-mode
|
||||
'((erlang "https://github.com/WhatsApp/tree-sitter-erlang"))))
|
||||
'((erlang :url "https://github.com/WhatsApp/tree-sitter-erlang"))))
|
||||
|
Reference in New Issue
Block a user