Skip to content

indoorvivants/tree-sitter-smithy

Repository files navigation

Tree Sitter grammar for Smithy

Build Status Discord

If you find yourself editing Smithy files in Neovim, you might be interested in this project.

image

Installation in Neovim

Smithy has been added to nvim-treesitter so you can follow normal configuration instructions.

Additional links

  • Smithy in Neovim: parsing, syntax highlighting, LSP - my blog post documenting the development of the first version of the grammar and integrating it into my Neovim setup

    Since then contributors took it from rough sketch to nearly perfect parser, for which I'm extremely grateful.