File: javascript

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 (14 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- LE-syntax -*-
i=c-literal
i=c++-comment
c1,1=(?:[^[:alnum:]_]|^)(\
 abstract|alert|arguments|Array|boolean|Boolean|break|byte|case|catch|char|\
 class|confirm|const|continue|Date|debugger|default|delete|do|document|double|\
 else|enum|escape|event|export|extends|false|final|finally|float|for|Function|\
 goto|if|implements|import|in|instanceof|int|interface|location|long|native|\
 new|null|Number|Object|package|parent|private|prompt|protected|public|RegExp|\
 return|self|short|static|status|String|super|switch|synchronized|this|throw|\
 throws|top|transient|true|try|typeof|undefined|unescape|var|volatile|while|\
 window|with)(?:[^[:alnum:]_]|$)
c4,1=(?:[^[:alnum:]_]|^)(function)(?:[^[:alnum:]_]|$)
c2=\\[|\\]|\\(|\\)|{|}|,