glance icon indicating copy to clipboard operation
glance copied to clipboard

Support for gradle and gradle.kts extensions

Open sgarfinkel opened this issue 4 years ago • 0 comments

The *.gradle extension should be interpreted as Groovy. The *.gradle.kts should be interpreted as Kotlinscript (I think this might be a limitation of the underlying source code highlighter, which doesn't properly highlight these extensions).

Instead of doing ad-hoc *.gradle.kts it might be more helpful to just highlight all *.kts extensions as standard Kotlin *.kt files.

sgarfinkel avatar Jul 02 '20 15:07 sgarfinkel