Dylan Anderson
Dylan Anderson
Bumping because this is still an issue.
I wouldn't consider this a bug, just a feature that hasn't been added yet. Occasionally on forums, someone will come along and post a followup in a thread that is...
Now that Phalcon is moving to PHP-space, might this be a good time to transition away from Volt and to something more widespread - like Twig? I realize v5 is...
@paulm17 I just commented on how I got my setup to work.
Ah, I see. Then maybe instead of a bug report, this could be added to documentation somewhere?
Until I hear back from @jdorn, here's my changes: Line 144: ``` php public static $uppercase = true; ``` Line 692: ``` php if(self::$uppercase && in_array($token[self::TOKEN_TYPE],array(self::TOKEN_TYPE_RESERVED,self::TOKEN_TYPE_RESERVED_NEWLINE,self::TOKEN_TYPE_RESERVED_TOPLEVEL))){ $highlighted = strtoupper($highlighted); }...
Request made: https://github.com/jdorn/sql-formatter/pull/86