wenkokke / tree-sitter-talon

Tree Sitter parser for Talon files.
MIT License
8 stars 5 forks source link

Consider all indentation equal #3

Closed wenkokke closed 2 years ago

wenkokke commented 2 years ago

The current implementation of Talon regards any indentation to be one level of indentation, as you never need more than one level anyway.

The current implementation of tree-sitter-talon was adapted from Python. Therefore the parser and the real implementation disagree on edgecases like mixed-indentation, which, which perhaps not an example of well-formatted code, do occur in the wild.