Skip to content

Instantly share code, notes, and snippets.

@igstan
Created July 3, 2009 14:59
Show Gist options
  • Save igstan/140165 to your computer and use it in GitHub Desktop.
Save igstan/140165 to your computer and use it in GitHub Desktop.
;PSPad user HighLighter definition file
[Settings]
Name=JavaScript 1.8
HTMLGroup=0
Label=1
FileType=*.js
CommentString=
SlashComment=1
CComment=1
SlashComment=1
IndentChar=
UnIndentChar=
TabWidth=4
CaseSensitive=1
SingleQuote=1
DoubleQuote=1
KeyWordChars=_
CodeExplorer=ftJS
[KeyWords]
break=
case=
catch=
const=
continue=
debugger=
default=
delete=
do=
each=
else=
false=
finally=
for=
function=
get=
if=
in=
instanceof=
let=
new=
null=
set=
switch=
this=
throw=
true=
try=
typeof=
var=
void=
while=
with=
[ReservedWords]
__count__=
__defineGetter__=
__defineSetter__=
__iterator__=
__lookupGetter__=
__lookupSetter__=
__noSuchMethod__=
__parent__=
__proto__=
constructor=
prototype=
[KeyWords2]
return=
yield=
[KeyWords3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment