komissarex / vim-progress

Better Progress OpenEdge ABL syntax for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-progress

Better Progress OpenEdge ABL syntax bundle for Vim, forked from https://github.com/vim-scripts/progress.vim.

Features

  • Improved syntax highlighting (up to OpenEdge 11.7.4)
  • Auto-uppercase ABL keywords in insert mode
  • Support for matchit / match-up plugins

Installation

Install with your favourite Vim package manager. For example, vim-plug:

Plug 'komissarex/vim-progress'

Configuration

let g:progress_uppercase = 1

Automatically uppercase Progress keywords in insert mode (outside of comments and strings):

uppercase-gif

(...but seriously, use snippets in cases like this)

Default value: 0

About

Better Progress OpenEdge ABL syntax for Vim


Languages

Language:Vim Script 100.0%