Ever got irritated when Vim fails to properly highlight syntax in complex file opened in the middle? For example, when […]

Please, please use alternative syntax when mixing HTML & PHP. This is ugly: <?php if( some_function() ) { ?> Lorem […]

Just letting you guys know that now you can do this: $newSyntax = [ ‘key’ => ‘value’, ‘anotherKey’ => ‘anotherValue’ […]

Ever got irritated when Vim fails to properly highlight syntax in complex file opened in the middle? For example, when […]

using vim this works out of the box 😉 git config color.diff auto source: http://www.acloudtree.com/nerd-git-diff-syntax-highlighting-using-vim/

when i am working on php classes some times I need to run multiple class::functions on an object. $query = […]