tree-sitter-dart icon indicating copy to clipboard operation
tree-sitter-dart copied to clipboard

Crash on dart files withtout semicolons at the end

Open D00mch opened this issue 2 years ago • 0 comments

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.

D00mch avatar May 26 '22 07:05 D00mch