tlaplus-community / tree-sitter-tlaplus

A tree-sitter grammar for TLA⁺ and PlusCal
MIT License
57 stars 10 forks source link

Fixed jlist unicode issues #42

Closed ahelwer closed 3 years ago

ahelwer commented 3 years ago

Fixes https://github.com/tlaplus-community/tree-sitter-tlaplus/issues/41 Required changes to the tree-sitter library: get_column must count codepoints, not bytes