Hello,
i use the extension-modul for the Nim language. Whenever i change smth. i try in
/Users/me/Library/Application Support/Zed/extensions/installed/nim/languages/nim/injections.scm
((comment
(comment_content) @language)
.
(pragma_statement
(pragma_list
(colon_expression
left: (identifier) @_emit_keyword
(#eq? @_emit_keyword "emit")
right: (_
(string_content) @content)))))
I tried both of your suggestions, but i have zero knowledge about SCM semantics.
The Nim-LSP stops as soon as i save the changes in injections.scm?
Thx & greets, Andreas
Hello,
i use the extension-modul for the Nim language. Whenever i change smth. i try in
/Users/me/Library/Application Support/Zed/extensions/installed/nim/languages/nim/injections.scmI tried both of your suggestions, but i have zero knowledge about SCM semantics.
The Nim-LSP stops as soon as i save the changes in
injections.scm?Thx & greets, Andreas