File: java

package info (click to toggle)
le 1.16.3-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,536 kB
  • ctags: 4,062
  • sloc: ansic: 24,236; cpp: 18,166; sh: 5,057; makefile: 85; perl: 82
file content (11 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
# -*- LE-syntax -*-
# java mode (bird@yars.free.net)
i=c-literal
i=c++-comment
c1,2=([^[:alnum:]_]|^)(abstract|default|if|private|throw|boolean|do|implements\
|protected|throws|break|double|import|public|transient|byte|else|instanceof\
|return|try|case|extends|int|short|void|catch|final|interface|static|volatile\
|char|finally|long|super|while|class|float|native|switch|const|for|new\
|synchronized|continue|goto|package|this|null|true|false\
)([^[:alnum:]_]|$)
c2=\\[|\\]|\\(|\\)|{|}|,