Lines Matching refs:syntoken
57 (syntoken "\\<(if|then|elif|else|fi|case|in|esac|for|do|done|while|until|break|continue|eval|exit|exec|test|echo|cd|shift|local|return)\\>"
61 (syntoken "#.*$" :property *prop-comment*)
64 (syntoken "[][;:*?(){}<>&!|$#]+" :property *prop-punctuation*)
67 (syntoken "\\w+=" :property *prop-preprocessor*)
70 (syntoken "\\<\\d+\\>" :property *prop-number*)
73 (syntoken "\\\\." :property *prop-backslash*)
76 (syntoken "'" :nospec t :contained t :begin :single)
79 (syntoken "\\\\.")
80 (syntoken "'" :nospec t :switch -1)
84 (syntoken "\"" :nospec t :contained t :begin :double)
87 (syntoken "\\\\." :property *prop-backslash*)
88 (syntoken "\"" :nospec t :switch -1)
90 (syntoken "`" :nospec t :contained t :begin :escape)
92 (syntoken "'" :nospec t)
97 (syntoken "`" :nospec t :contained t :begin :escape)
100 (syntoken "\\\\." :property *prop-backslash*)
101 (syntoken "`" :nospec t :switch -1)
103 (syntoken "\"" :nospec t :contained t :begin :double)
105 (syntoken "'" :nospec t :contained t :begin :single)
110 (syntoken "\\$\\w+" :property *prop-variable*)