__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
preproc = "import"
# these might be unreadable but I don't know how else to do that...
(keyword,regexp,keyword) =
`(s)(\{(?:\\\}|[^}])*\}\{(?:\\\}|[^}])*\})([ixsmogce]*)`
(keyword,regexp,keyword) =
`(s)(\((?:\\\)|[^)])*\)\((?:\\\)|[^)])*\))([ixsmogce]*)`
(keyword,regexp,keyword) =
`(s)(\[(?:\\\]|[^\]])*\]\[(?:\\\]|[^\]])*\])([ixsmogce]*)`
(keyword,regexp,keyword) = `(s)(<.*><.*>)([ixsmogce]*)`
(keyword,string) = `(q(?:q?))(\{(?:\\\}|[^}])*\})`
(keyword,string) = `(q(?:q?))(\((?:\\\)|[^)])*\))`
(keyword,string) = `(q(?:q?))(\[(?:\\\]|[^\]])*\])`
(keyword,string) = `(q(?:q?))(<.*>)`
(keyword,string,string) = `(q(?:q?))([^[:alnum:][:blank:]])(.*\2)`
# the last (lookahead) expression is used to deal with # used
# as a delimiter.
# otherwise, with a line such as
# s#foo\###; # my comment
# the # of the comment would be match as the closing delimiter
(keyword,regexp,regexp,keyword) =
`(s)([^[:alnum:][:blank:]])(.*\2.*\2)([ixsmogce]*(?=[[:blank:]]*(?:\)|;)))`
# this is to deal with cases where the delimiters for the first and the
# second part are not the same (and spaces are allowed between the first
# closing and the second opening)
(keyword,regexp,regexp,regexp,regexp,keyword) =
`(s)([^[:alnum:][:blank:]])(.*\2[[:blank:]]*)([^[:alnum:][:blank:]])(.*\4)([ixsmogce]*(?=[[:blank:]]*(?:\)|;)))`
include "script_comment.lang"
include "number.lang"
# this won't work if # has something (non blank) before
vardef comment_in_exp = '[[:blank:]]+#.*'
vardef var_in_exp = '\$([[:word:]]+|\{[[:word:]]+\})'
# this is to highlight correctly regular expressions
# (and don't mix them with { } code blocks
environment keyword = '(m|qr)(?=\{)' begin
environment regexp = '\{' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\\{|\\\}'
regexp = "}" exitall
end
end
# repeat for other non alpha numerical chars
environment keyword = '(m|qr)(?=#)' begin
environment regexp = '#' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\#'
regexp = "#" exitall
end
end
environment keyword = '(m|qr)(?=\|)' begin
environment regexp = '\|' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\\|'
regexp = "\|" exitall
end
end
environment keyword = '(m|qr)(?=@)' begin
environment regexp = '@' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\@'
regexp = "@" exitall
end
end
environment keyword = '(m|qr)(?=<)' begin
environment regexp = '<' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\<|\\>'
regexp = ">" exitall
end
end
environment keyword = '(m|qr)(?=\[)' begin
environment regexp = '\[' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\]'
regexp = "]" exitall
end
end
environment keyword = '(m|qr)(?=\\)' begin
environment regexp = '\\' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\\\'
regexp = "\\" exitall
end
end
environment keyword = '(m|qr)(?=/)' begin
environment regexp = '/' begin
comment = $comment_in_exp
variable = $var_in_exp
regexp = '\\/'
regexp = "/" exitall
end
end
string delim "\"" "\"" escape "\\"
string delim "'" "'" escape "\\"
string delim "<" ">"
#string = '[[:word:]]*/[^\n]*/[[:word:]]*'
string = '/[^\n]*/'
keyword = "chomp|chop|chr|crypt|hex|i|index|lc|lcfirst|length|oct|ord|pack|q|qq|reverse|rindex|sprintf|substr|tr|uc|ucfirst|m|s|g|qw|abs|atan2|cos|exp|hex|int|log|oct|rand|sin|sqrt|srand|my|local|our|delete|each|exists|keys|values|pack|read|syscall|sysread|syswrite|unpack|vec|undef|unless|return|length|grep|sort|caller|continue|dump|eval|exit|goto|last|next|redo|sub|wantarray|pop|push|shift|splice|unshift|split|switch|join|defined|foreach|last|chop|chomp|bless|dbmclose|dbmopen|ref|tie|tied|untie|while|next|map|eq|die|cmp|lc|uc|and|do|if|else|elsif|for|use|require|package|import|chdir|chmod|chown|chroot|fcntl|glob|ioctl|link|lstat|mkdir|open|opendir|readlink|rename|rmdir|stat|symlink|umask|unlink|utime|binmode|close|closedir|dbmclose|dbmopen|die|eof|fileno|flock|format|getc|print|printf|read|readdir|rewinddir|seek|seekdir|select|syscall|sysread|sysseek|syswrite|tell|telldir|truncate|warn|write|alarm|exec|fork|getpgrp|getppid|getpriority|kill|pipe|qx|setpgrp|setpriority|sleep|system|times|x|wait|waitpid"
comment delim '^\=(?:head1|head2|item)' '\=cut' multiline
variable = '(?:\$[#]?|@|%)[/[:word:]]+'
include "symbols.lang"
cbracket = "{|}"
include "function.lang"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Hello.css | File | 284 B | 0644 |
|
| Hello2.css | File | 273 B | 0644 |
|
| ada.lang | File | 1010 B | 0644 |
|
| applescript.lang | File | 1.55 KB | 0644 |
|
| asm.lang | File | 2.52 KB | 0644 |
|
| awk.lang | File | 302 B | 0644 |
|
| bat.lang | File | 1.37 KB | 0644 |
|
| bib.lang | File | 142 B | 0644 |
|
| bison.lang | File | 75 B | 0644 |
|
| c.lang | File | 1010 B | 0644 |
|
| c_comment.lang | File | 521 B | 0644 |
|
| c_preprocessor.lang | File | 248 B | 0644 |
|
| c_string.lang | File | 175 B | 0644 |
|
| caml.lang | File | 680 B | 0644 |
|
| changelog.lang | File | 268 B | 0644 |
|
| clike_vardeclaration.lang | File | 157 B | 0644 |
|
| clipper.lang | File | 1.09 KB | 0644 |
|
| cobol.lang | File | 3.12 KB | 0644 |
|
| coffeescript.lang | File | 1.01 KB | 0644 |
|
| conf.lang | File | 308 B | 0644 |
|
| cpp.lang | File | 1.22 KB | 0644 |
|
| cpp2html.css | File | 467 B | 0644 |
|
| csharp.lang | File | 872 B | 0644 |
|
| css.lang | File | 322 B | 0644 |
|
| css_common.outlang | File | 328 B | 0644 |
|
| d.lang | File | 1.52 KB | 0644 |
|
| default.css | File | 1.45 KB | 0644 |
|
| default.lang | File | 315 B | 0644 |
|
| default.style | File | 1.73 KB | 0644 |
|
| desktop.lang | File | 236 B | 0644 |
|
| diff.lang | File | 805 B | 0644 |
|
| docbook.outlang | File | 734 B | 0644 |
|
| erlang.lang | File | 4.07 KB | 0644 |
|
| errors.lang | File | 412 B | 0644 |
|
| esc.outlang | File | 949 B | 0644 |
|
| esc.style | File | 660 B | 0644 |
|
| esc256.outlang | File | 1.14 KB | 0644 |
|
| esc256.style | File | 679 B | 0644 |
|
| extreme_comment.lang | File | 138 B | 0644 |
|
| extreme_comment2.lang | File | 158 B | 0644 |
|
| extreme_comment3.lang | File | 345 B | 0644 |
|
| feature.lang | File | 597 B | 0644 |
|
| fixed-fortran.lang | File | 81 B | 0644 |
|
| flex.lang | File | 890 B | 0644 |
|
| fortran.lang | File | 1.77 KB | 0644 |
|
| function.lang | File | 85 B | 0644 |
|
| glsl.lang | File | 3.79 KB | 0644 |
|
| go.lang | File | 1 KB | 0644 |
|
| groff_man.outlang | File | 506 B | 0644 |
|
| groff_mm.outlang | File | 571 B | 0644 |
|
| groff_mm_color.outlang | File | 936 B | 0644 |
|
| groovy.lang | File | 758 B | 0644 |
|
| haskell.lang | File | 1.39 KB | 0644 |
|
| haskell_literate.lang | File | 208 B | 0644 |
|
| haxe.lang | File | 441 B | 0644 |
|
| html.lang | File | 460 B | 0644 |
|
| html.outlang | File | 448 B | 0644 |
|
| html5.outlang | File | 413 B | 0644 |
|
| html5_common.outlang | File | 590 B | 0644 |
|
| html_common.outlang | File | 584 B | 0644 |
|
| html_notfixed.outlang | File | 328 B | 0644 |
|
| html_ref.outlang | File | 288 B | 0644 |
|
| html_simple.lang | File | 1.43 KB | 0644 |
|
| htmlcss.outlang | File | 536 B | 0644 |
|
| htmltable.outlang | File | 293 B | 0644 |
|
| htmltablelinenum.outlang | File | 761 B | 0644 |
|
| ipxe.lang | File | 1.29 KB | 0644 |
|
| islisp.lang | File | 477 B | 0644 |
|
| java.lang | File | 714 B | 0644 |
|
| javadoc.outlang | File | 358 B | 0644 |
|
| javalog.lang | File | 585 B | 0644 |
|
| javalog.style | File | 1022 B | 0644 |
|
| javascript.lang | File | 1.01 KB | 0644 |
|
| json.lang | File | 578 B | 0644 |
|
| json.style | File | 151 B | 0644 |
|
| key_string.lang | File | 579 B | 0644 |
|
| lang.map | File | 3.05 KB | 0644 |
|
| langdef.lang | File | 485 B | 0644 |
|
| latex.lang | File | 1.18 KB | 0644 |
|
| latex.outlang | File | 1.04 KB | 0644 |
|
| latexcolor.outlang | File | 727 B | 0644 |
|
| ldap.lang | File | 163 B | 0644 |
|
| lilypond.lang | File | 5.45 KB | 0644 |
|
| lilypond.style | File | 408 B | 0644 |
|
| lisp.lang | File | 807 B | 0644 |
|
| log.lang | File | 1.66 KB | 0644 |
|
| logtalk.lang | File | 3.21 KB | 0644 |
|
| lsm.lang | File | 120 B | 0644 |
|
| lua.lang | File | 789 B | 0644 |
|
| m4.lang | File | 827 B | 0644 |
|
| makefile.lang | File | 1.16 KB | 0644 |
|
| manifest.lang | File | 250 B | 0644 |
|
| mediawiki.outlang | File | 720 B | 0644 |
|
| mono-alt.css | File | 315 B | 0644 |
|
| mono.css | File | 299 B | 0644 |
|
| nohilite.lang | File | 130 B | 0644 |
|
| number.lang | File | 124 B | 0644 |
|
| odf.outlang | File | 5.78 KB | 0644 |
|
| opa.lang | File | 1.81 KB | 0644 |
|
| outlang.lang | File | 499 B | 0644 |
|
| outlang.map | File | 522 B | 0644 |
|
| oz.lang | File | 726 B | 0644 |
|
| pascal.lang | File | 619 B | 0644 |
|
| pc.lang | File | 173 B | 0644 |
|
| perl.lang | File | 4.46 KB | 0644 |
|
| php.lang | File | 977 B | 0644 |
|
| po.lang | File | 69 B | 0644 |
|
| postscript.lang | File | 4.15 KB | 0644 |
|
| prolog.lang | File | 1.43 KB | 0644 |
|
| properties.lang | File | 150 B | 0644 |
|
| proto.lang | File | 656 B | 0644 |
|
| python.lang | File | 743 B | 0644 |
|
| r.lang | File | 768 B | 0644 |
|
| r.style | File | 194 B | 0644 |
|
| ruby.lang | File | 973 B | 0644 |
|
| rust.lang | File | 844 B | 0644 |
|
| s.lang | File | 72 B | 0644 |
|
| scala.lang | File | 815 B | 0644 |
|
| scheme.lang | File | 1.31 KB | 0644 |
|
| script_comment.lang | File | 96 B | 0644 |
|
| sexp.outlang | File | 72 B | 0644 |
|
| sh.lang | File | 1.32 KB | 0644 |
|
| sh_acid.css | File | 858 B | 0644 |
|
| sh_berries-dark.css | File | 868 B | 0644 |
|
| sh_berries-light.css | File | 868 B | 0644 |
|
| sh_bipolar.css | File | 866 B | 0644 |
|
| sh_blacknblue.css | File | 868 B | 0644 |
|
| sh_bright.css | File | 870 B | 0644 |
|
| sh_contrast.css | File | 862 B | 0644 |
|
| sh_darkblue.css | File | 866 B | 0644 |
|
| sh_darkness.css | File | 868 B | 0644 |
|
| sh_desert.css | File | 868 B | 0644 |
|
| sh_dull.css | File | 870 B | 0644 |
|
| sh_easter.css | File | 868 B | 0644 |
|
| sh_emacs.css | File | 716 B | 0644 |
|
| sh_golden.css | File | 868 B | 0644 |
|
| sh_greenlcd.css | File | 870 B | 0644 |
|
| sh_ide-anjuta.css | File | 716 B | 0644 |
|
| sh_ide-codewarrior.css | File | 718 B | 0644 |
|
| sh_ide-devcpp.css | File | 716 B | 0644 |
|
| sh_ide-eclipse.css | File | 714 B | 0644 |
|
| sh_ide-kdev.css | File | 716 B | 0644 |
|
| sh_ide-msvcpp.css | File | 716 B | 0644 |
|
| sh_kwrite.css | File | 716 B | 0644 |
|
| sh_matlab.css | File | 564 B | 0644 |
|
| sh_navy.css | File | 870 B | 0644 |
|
| sh_nedit.css | File | 864 B | 0644 |
|
| sh_neon.css | File | 864 B | 0644 |
|
| sh_night.css | File | 862 B | 0644 |
|
| sh_pablo.css | File | 868 B | 0644 |
|
| sh_peachpuff.css | File | 714 B | 0644 |
|
| sh_print.css | File | 784 B | 0644 |
|
| sh_rand01.css | File | 866 B | 0644 |
|
| sh_the.css | File | 718 B | 0644 |
|
| sh_typical.css | File | 868 B | 0644 |
|
| sh_vampire.css | File | 868 B | 0644 |
|
| sh_vim-dark.css | File | 718 B | 0644 |
|
| sh_vim.css | File | 795 B | 0644 |
|
| sh_whatis.css | File | 868 B | 0644 |
|
| sh_whitengrey.css | File | 716 B | 0644 |
|
| sh_zellner.css | File | 716 B | 0644 |
|
| slang.lang | File | 682 B | 0644 |
|
| sml.lang | File | 374 B | 0644 |
|
| source-highlight-esc.sh | File | 1017 B | 0755 |
|
| spec.lang | File | 182 B | 0644 |
|
| sql.lang | File | 1.37 KB | 0644 |
|
| src-hilite-lesspipe.sh | File | 490 B | 0755 |
|
| style.defaults | File | 425 B | 0644 |
|
| style.lang | File | 407 B | 0644 |
|
| style2.style | File | 164 B | 0644 |
|
| style3.style | File | 163 B | 0644 |
|
| symbols.lang | File | 111 B | 0644 |
|
| tcl.lang | File | 1003 B | 0644 |
|
| texinfo.lang | File | 696 B | 0644 |
|
| texinfo.outlang | File | 593 B | 0644 |
|
| texinfo.style | File | 237 B | 0644 |
|
| tml.lang | File | 1017 B | 0644 |
|
| tml_formatting.lang | File | 517 B | 0644 |
|
| tml_formatting_all.lang | File | 131 B | 0644 |
|
| tml_glue.lang | File | 65 B | 0644 |
|
| tml_macrolinks.lang | File | 468 B | 0644 |
|
| tml_macros.lang | File | 903 B | 0644 |
|
| tml_macros1.lang | File | 474 B | 0644 |
|
| tml_macros2.lang | File | 374 B | 0644 |
|
| tml_macrosdelayed1.lang | File | 539 B | 0644 |
|
| tml_macrosdelayed2.lang | File | 539 B | 0644 |
|
| tml_macrosdelayed3.lang | File | 393 B | 0644 |
|
| tml_macrotokens.lang | File | 160 B | 0644 |
|
| todo.lang | File | 52 B | 0644 |
|
| upc.lang | File | 299 B | 0644 |
|
| url.lang | File | 161 B | 0644 |
|
| vala.lang | File | 861 B | 0644 |
|
| vbscript.lang | File | 566 B | 0644 |
|
| vim.lang | File | 29.78 KB | 0644 |
|
| xhtml.css | File | 397 B | 0644 |
|
| xhtml.outlang | File | 600 B | 0644 |
|
| xhtml_common.outlang | File | 327 B | 0644 |
|
| xhtml_notfixed.outlang | File | 369 B | 0644 |
|
| xhtmlcss.outlang | File | 526 B | 0644 |
|
| xhtmltable.outlang | File | 295 B | 0644 |
|
| xml.lang | File | 406 B | 0644 |
|
| xorg.lang | File | 478 B | 0644 |
|
| zsh.lang | File | 1.89 KB | 0644 |
|