tree-sitter-dart
tree-sitter-dart copied to clipboard
Crash on dart files withtout semicolons at the end
Described in main treesitter repo issue (treesitter should not crash anyway), but seems to deserved being mention here too.
To Reproduce
- Create empty file;
- Run :set ft=dart;
- Write any symbol except semicolon.