File: javascript

package info (click to toggle)
le 1.14.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,176 kB
  • ctags: 3,324
  • sloc: cpp: 18,354; ansic: 12,912; sh: 3,622; makefile: 83
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=\\[|\\]|\\(|\\)|{|}|,