bimlas / vim-high

Vim plugin: All-in-one highlighter, highlight custom pattern like indentation, inactive window, word under the cursor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indent: Works in unexpected way

bimlas opened this issue · comments

    /**
     * Assign template vars related to page content
     * @see FrontController::initContent()
     */
    public function initContent()
    {
        // ...
        $this->context->smarty->assign(array(
            'stock_management' => Configuration::get('PS_STOCK_MANAGEMENT'),
            'customizationFields' => $customization_fields,

The las two lines indenting is highlighted with the same color (shiftwidth=2).