We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the source code:
val foo: Int?
tree-sitter-kotlin produces:
source_file (0, 0) - (1, 0) property_declaration (0, 0) - (0, 13) val (0, 0) - (0, 3) "val" variable_declaration (0, 4) - (0, 13) simple_identifier (0, 4) - (0, 7) "foo" : (0, 7) - (0, 8) ":" nullable_type (0, 9) - (0, 13) user_type (0, 9) - (0, 12) type_identifier (0, 9) - (0, 12) "Int"
If the ? was included, I can diff it in difftastic, and it would help syntax highlighters too.
?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the source code:
tree-sitter-kotlin produces:
If the
?
was included, I can diff it in difftastic, and it would help syntax highlighters too.The text was updated successfully, but these errors were encountered: