HEX
Server: Apache
System: Linux dinesh8149 5.15.98-grsec-sharedvalley-2.lc.el8.x86_64 #1 SMP Thu Mar 9 09:07:30 -03 2023 x86_64
User: usesambura1 (1212012)
PHP: 7.0.33
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/share/source-highlight/sh.lang
preproc = "import"

#number = '(?<=-)([[:digit:]]+)'

include "number.lang"

normal = '\\"'
normal = '\\\''

include "c_string.lang"

function = 'function[[:blank:]]+([[:alpha:]]|_)[[:word:]]*[[:blank:]]*(\(\))?'
function = '([[:alpha:]]|_)[[:word:]]*[[:blank:]]*\(\)'

# avoids, in things such as --bind, that words are highlighted as keywords
normal = '([[:alpha:]]*[-/]+[[:alpha:]]+)+'

keyword = "alias|bg|bind|break|builtin|caller|case|command|compgen",
          "complete|continue|declare|dirs|disown|do|done|elif|else|enable",
          "esac|eval|exec|exit|export|false|fc|fg|fi|for|getopts|hash|help",
          "history|if|in|jobs|let|local|logout|popd|printf|pushd|read",
          "readonly|return|select|set|shift|shopt|source|suspend|test|then",
          "times|trap|true|type|typeset|umask|unalias|unset|until|wait|while"

# it is considered a variable if there's a =, which is discarded anyway
variable = '([[:alpha:]]|_)[[:word:]]*(?==)'
variable = '\$\{([^[:blank:]]+)\}'
variable = '\$\(([^[:blank:]]+)\)'
variable = '\$([[:alpha:]]|_)[[:word:]]*'
variable = '\$([^[:blank:]\']{1})'

# notice that - is not a symbol since it can be used in command line parameters
symbol = "~","!","%","^","*","(",")","+","=","[",
        "]","\\",":",";",",",".","/","?","&","<",">","\|","%%"
symbol = '(##){2}(?!#)'

include "script_comment.lang"