diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-07 17:59:56 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-07 17:59:56 -0400 |
commit | 1e47ab18a003df93e749211271554981e3af7689 (patch) | |
tree | 21dadcf49d4675fe5f08a34444162d57fd92eeed /resources/prettify/lang-lisp.js | |
parent | cebf455f3fd54b72e530942f308097ec54b408cd (diff) | |
download | gitblit-1e47ab18a003df93e749211271554981e3af7689.tar.gz gitblit-1e47ab18a003df93e749211271554981e3af7689.zip |
Localized all strings for translation. Removed old resources.
Diffstat (limited to 'resources/prettify/lang-lisp.js')
-rw-r--r-- | resources/prettify/lang-lisp.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/prettify/lang-lisp.js b/resources/prettify/lang-lisp.js deleted file mode 100644 index fab992b8..00000000 --- a/resources/prettify/lang-lisp.js +++ /dev/null @@ -1,2 +0,0 @@ -PR.registerLangHandler(PR.createSimpleLexer([["opn",/^\(/,null,"("],["clo",/^\)/,null,")"],["com",/^;[^\r\n]*/,null,";"],["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["str",/^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/,null,'"']],[["kwd",/^(?:block|c[ad]+r|catch|con[ds]|def(?:ine|un)|do|eq|eql|equal|equalp|eval-when|flet|format|go|if|labels|lambda|let|load-time-value|locally|macrolet|multiple-value-call|nil|progn|progv|quote|require|return-from|setq|symbol-macrolet|t|tagbody|the|throw|unwind)\b/, -null],["lit",/^[+\-]?(?:0x[0-9a-f]+|\d+\/\d+|(?:\.\d+|\d+(?:\.\d*)?)(?:[ed][+\-]?\d+)?)/i],["lit",/^\'(?:-*(?:\w|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?)?/],["pln",/^-*(?:[a-z_]|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?/i],["pun",/^[^\w\t\n\r \xA0()\"\\\';]+/]]),["cl","el","lisp","scm"])
\ No newline at end of file |