이 사실에는 자바 스크립트/언어 파일이 없습니다,하지만 당신은 손으로 사용자 정의 할 수 있습니다. LyX 편집기의 코드 블록에서 마우스 오른쪽 버튼을 클릭하면 매개 변수 -> 고급 탭에서 목록 옵션을 수동으로 지정할 수 있습니다 (주의 : LyX는 프랑스어로되어있어 클릭 경로가 약간 다를 수 있음).
는 http://lenaherrmann.net/2010/05/20/javascript-syntax-highlighting-in-the-latex-listings-package 다음 내가 추가 :
comment={[l]{//}}
commentstyle={\color{purple}\ttfamily}
identifierstyle={\color{black}}
keywords={typeof, new, true, false, catch, function, return, null, catch, switch, var, if, in, while, do, else, case, break}
keywordstyle={\color{blue}\bfseries}
morecomment={[s]{/*}{*/}}
ndkeywords={class, export, boolean, throw, implements, import, this}
ndkeywordstyle={\color{darkgray}\bfseries}
sensitive=false
stringstyle={\color{red}\ttfamily}