Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 763 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 763 Bytes

Tree-sitter parser for Groovy

Features

  • supports most groovy features, including:
    • classes
    • control flow
    • string interpolation
    • closures
    • imports
  • tree-sitter queries for
    • highlights
    • indents
    • locals
  • rich parse tree to support other extensions like TreeSJ, textobjs (WIP)

Screenshots

Comparing to the original groovy parser by @Decodetalkers, here are some screenshots of highlighting:

image image