| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-03-02 00:18:00 GMT-0800 |
| Commit | 630393254bebcb62068786b044083b867d140358 |
| Parent | a20561a |
| 'tag' => '/(<\/?[a-zA-Z0-9\-:]+\b|\/?>)/', | ||
| 'keyword' => '/\b(?:extends|block|yield|if|elseif|else|' . | ||
| - 'foreach|as)\b/', | ||
| + 'foreach|as|strip)\b/', | ||
| 'variable' => '/(\$[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*' . | ||
| '(?:\.[a-zA-Z0-9_\x7f-\xff]+)*)/', |
| Delta | 1 line added, 1 line removed |
|---|