deepsidhu1313 / SyntaxTextAreaFX

TextArea for JavaFX (based on RichTextFX) which supports Syntax Highlighting for various coding languages
Apache License 2.0
11 stars 5 forks source link

Add support for Apache Groovy language #7

Closed dustinkredmond closed 3 years ago

dustinkredmond commented 4 years ago

Really love this project. I would like to see support for the Apache Groovy language. If anyone else is interested, I may be able to add this, pending availability. There's a few things to look out for ex. the triple-quote multi-line string

def someString = """
  This is a string
  spanning multiple lines
"""

Also, highlighting for String interpolation

def year = LocalDate.now().getYear()
def someString = "The year was ${year}"
deepsidhu1313 commented 3 years ago

@dustinkredmond my apologies, i am not actively working on this project, but please feel free to fork the code and/or create MRs.