File: scala-property-comments

package info (click to toggle)
libjsyntaxpane-java 0.9.6~r156-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,428 kB
  • sloc: java: 6,108; xml: 41; sh: 14; makefile: 11; javascript: 4
file content (18 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (4)
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