1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 04:00:03 +08:00
SpaceVim/bundle/vim-teal
2022-04-23 17:28:53 +08:00
..
ale_linters/teal feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
compiler feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
ftdetect feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
ftplugin feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
indent feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
media feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
plugin feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
syntax feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
test feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
CODE_OF_CONDUCT.md feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
LICENSE feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
README.md feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00

vim-teal

This plugin provides Teal language support for Vim.

Features

  • Syntax highlighting
  • Automatic indentation
  • Linting (requires ALE)
  • Automatic insertion of end tokens (requires vim-endwise)
  • :compiler support

Install

Using vim-plug:

" Teal language support
Plug 'teal-language/vim-teal'

" Optional dependencies; will be loaded on-demand when editing Teal files
Plug 'dense-analysis/ale', { 'for': 'teal' }
Plug 'tpope/vim-endwise', { 'for': 'teal' }

You should also make sure that the Teal compiler is available in your PATH:

luarocks install tl

Contributors

Contributions are greatly appreciated! Feel free to fork this repository and open a pull request on GitHub.