diff options
Diffstat (limited to 'src/Utils/Formatter.php')
-rw-r--r-- | src/Utils/Formatter.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php index 94d908c..3b17a2b 100644 --- a/src/Utils/Formatter.php +++ b/src/Utils/Formatter.php @@ -227,6 +227,13 @@ class Formatter ], [ 'type' => Token::TYPE_SYMBOL, + 'flags' => Token::FLAG_SYMBOL_PARAMETER, + 'html' => 'class="sql-parameter"', + 'cli' => "\x1b[31m", + 'function' => '', + ], + [ + 'type' => Token::TYPE_SYMBOL, 'flags' => 0, 'html' => 'class="sql-variable"', 'cli' => "\x1b[36m", |