No description
Find a file
oss-core-libraries-dashboard[bot] 609f80a25b
[COMPLIANCE] Update Copyright and License Headers (#6)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:29:23 +05:30
ftdetect Initial commit 2017-08-22 10:55:26 +01:00
ftplugin Add in indenting, comment handling 2019-11-20 14:57:11 -08:00
indent Fix a space 2019-11-20 14:59:41 -08:00
syntax Add filter to keyword list 2020-03-03 08:47:34 -08:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#6) 2026-02-20 15:29:23 +05:30
README.md Update README.md 2018-01-22 14:29:30 +00:00

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.