tree-sitter-elm
tree-sitter-elm copied to clipboard
Tree sitter implementation for elm
Hi, when injecting an elm tag inside markdown in neovim, neovim will segfault. To reproduce: - open `nvim test.md` (with nvim-treesitter and elm/markdown parsers installed) - write: ``` ```elm `...
Hello! I've got something a little weird. I'm making some tools with tree-sitter-elm and found that nullary patterns in function heads will cause a syntax error in tree-sitter-elm, but be...
The Elm compiler accepts the source code, but the elm-language-server recognizes it as a parsing error. The problem is that if you put Japanese in the type constructor name, it...
https://tree-sitter.github.io/tree-sitter/syntax-highlighting
Might still be to early, but most of the info should be here https://github.com/tree-sitter/tree-sitter/pull/583
Given the file `foo.elm`: ``` -- stuff x = 1 ``` Convert to CRLF line endings: ``` $ unix2dos foo.elm ``` And dump the parse tree: ``` file (0, 0)...
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version. Commits fc15f62 0.22.2 4bbaee2 fix(lib): allow hiding symbols 4b12eab feat(lib): implement Display for Node e8dbe01 test: fix header writes 754aa62...