scijava / script-editor

Script Editor and Interpreter for SciJava script languages
http://imagej.net/Script_Editor
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

Support for Markdown, Kotlin #57

Closed tferr closed 1 year ago

tferr commented 2 years ago

This relates to https://github.com/scijava/pom-scijava/pull/191

The new RSyntaxTextArea components have built-in support for Kotlin and Markdown syntax (see release notes). Would be awesome to add support for those here.

@imagejan, @haesleinhuepf: You guys implemented LanguageSupports in the past. I'm confident it would be trivial for you to tackle this, so pinging you in :wink:

I guess one could also make available syntaxes for common stuff like XML or JSON, that once in a while are present in Fiji. @ctrueden , agree?

tferr commented 1 year ago

Closing, since this has been partially implemented in #64