htm | HTML code |
htm_com | HTML comment |
ent | HTML entity |
tag | Inside tag |
tag_css | Inside style tag |
tag_js | Inside script tag |
att | Before = of tag's attribute |
att_css | After = of style attribute |
att_js | After = of on* attribute |
att_quo | Inside quoted attribute value |
att_apo | Inside apostrophed attribute value |
att_val | Inside non-quoted attribute value |
|
css | CSS code |
css_at | After CSS at-rule |
css_at2 | Inside {} of at-rule |
css_pro | Property - inside {} of selector |
css_val | After : following property |
css_js | Inside CSS expression |
quo | Inside quotes |
apo | Inside apostrophes |
com | Inside /* */ comment |
esc | After \ |
|
js | JavaScript code |
one | One-line comment |
js_reg | JavaScript regular expression |
|
php | PHP code (after <?php tag) |
php_quo_var | {$} variable inside string |
php_echo | Code after echo |
php_sql | Code inside mysql_query() |
php_sqlite | Code inside sqlite_query() |
php_pgsql | Code inside pg_query() |
php_phpini | Code inside ini_set() or ini_get |
php_new | Code after new operator |
php_one | PHP one-line comment |
php_eot | Beginning of heredoc (after <<< ) |
php_eot2 | Inside heredoc |
php_quo | Inside quotes |
php_bac | Inside backticks |
php_var | Inside variable (after $ ) |
php_apo | Inside apostrophes |
php_com | Inside /* */ comment |
php_halt | After __halt_compiler() |
php_halt_one | One-line comment after __halt_compiler() |
php_halt2 | Anything after ; or ?> following __halt_compiler() |
|
phpini | php.ini |
|
sql | SQL code |
sqlite | SQLite |
pgsql | PostgreSQL |
sql_apo | Inside SQL apostrophes |
sql_quo | Inside SQL quotes |
sql_var | Inside SQL variable |
sqlite_apo | Inside SQLite apostrophes |
sqlite_quo | Inside SQLite quotes |
sql_eot | Beginning of heredoc (after $ ) |
sql_eot2 | Inside heredoc |
com_nest | Inside nested /* */ comment |
bac | Inside backticks |
bra | Inside square brackets |