Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashicorp/sentinel.vim
Sentinel language syntax highlighting for vim
https://github.com/hashicorp/sentinel.vim
nvim sentinel vim
Last synced: about 1 month ago
JSON representation
Sentinel language syntax highlighting for vim
- Host: GitHub
- URL: https://github.com/hashicorp/sentinel.vim
- Owner: hashicorp
- License: mpl-2.0
- Created: 2017-08-22T12:25:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T16:10:06.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T13:03:55.228Z (about 2 months ago)
- Topics: nvim, sentinel, vim
- Language: Vim Script
- Size: 27.3 KB
- Stars: 10
- Watchers: 85
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.