forked from atom/language-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguage-java.cson
More file actions
34 lines (34 loc) · 947 Bytes
/
language-java.cson
File metadata and controls
34 lines (34 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
'.source.java':
'editor':
'commentStart': '// '
'foldEndPattern': '^\\s*(\\}|// \\}\\}\\}$)'
'increaseIndentPattern': '^.*\\{(\\}|[^}"\']*)$|^\\s*(public|private|protected):\\s*$'
'decreaseIndentPattern': '^(.*\\*/)?\\s*\\}|^\\s*(public|private|protected):\\s*$'
'.text.html.jsp':
'editor':
'foldEndPattern': '\\*\\*/|^\\s*\\}'
'commentStart': '<%-- '
'commentEnd': ' --%>'
'increaseIndentPattern': '^\\s*<(([^!/?]|%)(?!.+?([/%]>|</.+?>))|[%!]--\\s*$)'
'decreaseIndentPattern': '^\\s*(</[^>]+>|-->|--%>)'
'.text.junit-test-report':
'editor':
'foldEndPattern': '^\\s*(\\}|// \\}\\}\\}$)'
'.source.java-properties':
'editor':
'commentStart': '# '
'.keyword.other.documentation.javadoc.java':
'editor':
'completions': [
'author'
'deprecated'
'exception'
'link'
'param'
'return'
'see'
'serial'
'since'
'throws'
'version'
]