Vim Teal Save

Teal language support for Vim

Project README

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.

Open Source Agenda is not affiliated with "Vim Teal" Project. README Source: teal-language/vim-teal
Stars
32
Open Issues
2
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating