Closed joshtemple closed 2 years ago
lkml collects the line numbers of Lexer tokens, but never transfers them to the parse tree during parsing. This is a useful feature for things like style checkers that need to tie a SyntaxNode or SyntaxToken to a specific line of LookML.
lkml collects the line numbers of Lexer tokens, but never transfers them to the parse tree during parsing. This is a useful feature for things like style checkers that need to tie a SyntaxNode or SyntaxToken to a specific line of LookML.