Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 26 Oct 2024 20:20:29 UTC Commit: bc0f01f63d2c43c970b85e8fed59882508b2beab https://github.com/geany/geany/commit/bc0f01f63d2c43c970b85e8fed59882508b2be...
Log Message: ----------- Groovy: add comment settings
Modified Paths: -------------- data/filedefs/filetypes.Groovy.conf
Modified: data/filedefs/filetypes.Groovy.conf 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -19,6 +19,9 @@ lexer_filetype=C tag_parser=C++ extension=groovy mime_type=text/x-groovy +comment_single=// +comment_open=/* +comment_close=*/
[build-menu] FT_00_LB=_Compile
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).