Skip to content

Nim Support #92

@Asc2011

Description

@Asc2011

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions