tree-sitter-kotlin icon indicating copy to clipboard operation
tree-sitter-kotlin copied to clipboard

Fixed package.json so it works with tree-sitter CLI

Open MrSynAckSter opened this issue 1 year ago • 0 comments

Current package.json doesn't have the tree sitter object. This means when it is used with tree-sitter CLI, tree-sitter CLI doesn't understand that kt is the Kotlin file extension, and doesn't find a parser.

The patch adds the object and specifies the kt file extension.

MrSynAckSter avatar Aug 06 '22 04:08 MrSynAckSter