# sentinel.vim **Repository Path**: mirrors_hashicorp/sentinel.vim ## Basic Information - **Project Name**: sentinel.vim - **Description**: Sentinel language syntax highlighting for vim - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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/](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.