Fix the comment marker for scala.

---
 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
