casonadams / vim-matchit-brightscript

Matchit `match_words` patterns for BrightScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matchit: BrightScript (neovim)

  • Install with packer
use {
  "enthooz/vim-matchit-brightscript"
  config = function()
    require("vim-matchit-brightscript").setup()
  end,
}
  • Add Matchit match_words for BrightScript.
  • Works with neovim.
  • Case-insensitive.

Supports:

  • function .. end function
  • sub .. end sub
  • if .. else if .. else .. end
  • for .. to .. end for .. step .. exit for
  • for each .. in .. end for .. exit for
  • while .. end while .. exit while
  • try .. catch .. end try

Known Issues

Doesn't quite work properly with for loops and while loops.

About

Matchit `match_words` patterns for BrightScript


Languages

Language:Lua 100.0%