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.
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.