Expand description
Tree-sitter grammar for Kotlin (vendored for sqry)
This is a first-party binding maintained in the sqry repository.
Source Grammar: https://github.com/fwcd/tree-sitter-kotlin Commit: f3a1ea74304adad67164a0a6ffe729428748a7a7 License: MIT
Constants§
- NODE_
TYPES - The content of the node-types.json file for this grammar.
Functions§
- language
- Returns the tree-sitter Language for Kotlin
- try_
language - Fallible alternative to
language()