mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 11:13:47 -05:00
- Sentinel is a new language developed by Hashicorp - Sentinel supports three types of comments, `#` and `//` for single line comments and `/* ... */` for multi-line comments as described in their documentation - https://docs.hashicorp.com/sentinel/language/spec/#comments - Since sentinel and terraform, .tf extension, are related, the `#` symbol was chosen to keep in line with the tf single line comment