huangcm
2025-08-14 5d6606c55520a76d5bb8297d83fd9bbf967e5244
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
######################################################################
# This is the file for specifying comments
# You may edit this file
#
# Comments for this file start with # and end at the end of the line
# empty lines are ignored
# for RegExp Syntax, see:
# http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
######################################################################
 
# lines to ignore: startBlock
^\{$
$
 
# lines to ignore: endBlock
^\}$
$
 
# lines to ignore: no-op
^;$
$
 
# Java, C++, C, Delphi
/\*
\*/
 
# Java, C++, C, Delphi
//
$