1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix the comment marker for scala.
Author: Martin Quinson
Upstream-status: not forwarded yet
---
src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/scalasyntaxkit/config.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/scalasyntaxkit/config.properties
===================================================================
--- a/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/scalasyntaxkit/config.properties
+++ b/src/main/resources/META-INF/services/jsyntaxpane/syntaxkits/scalasyntaxkit/config.properties
@@ -1,2 +1,2 @@
Action.toggle-comments = jsyntaxpane.actions.ToggleCommentsAction, control SLASH
-Action.toggle-comments.LineComments = "# "
\ No newline at end of file
+Action.toggle-comments.LineComments = "// "
\ No newline at end of file
|