mirror of
https://github.com/hashicorp/sentinel.vim
synced 2026-04-05 18:47:11 +00:00
No description
- Vim Script 100%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| ftdetect | ||
| ftplugin | ||
| indent | ||
| syntax | ||
| LICENSE | ||
| README.md | ||
Sentinel syntax highlighting and formating for Vim and Nvim
To install this plugin you can use Vundle or another plugin manager for Vim:
Plugin 'hashicorp/sentinel.vim'
Once the plugin is loaded files with the extension .sentinel will be syntax highlighted according to the language specification. To enable formatting of Sentinel files on save, download and install the free Sentinel simulator from the following location https://releases.hashicorp.com/sentinel/0.1.0/ and save it somewhere in your path. When a file is saved the plugin will run sentinel fmt with the current buffer.