Syntax highlighting support for StringTemplate 4 (.stg
) in Neovim.
- Basic syntax highlighting for
.stg
template files. - Automatic filetype detection for
*.stg
.
Using lazy.nvim
{
"Tralalero-Tralalal/nvim-stg",
lazy = false, -- or true if you want to lazy-load
}