Add Neovim syntax mustache

Customer sac is using handlebars template which have same syntax.
This commit is contained in:
Daniel Siepmann 2022-03-15 09:08:32 +01:00
parent 82e29fb63e
commit 4b825bf453
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -69,6 +69,16 @@ let
};
};
syntax-mustache = pkgs.vimUtils.buildVimPlugin {
name = "syntax-mustahce";
src = pkgs.fetchFromGitHub {
owner = "mustache";
repo = "vim-mustache-handlebars";
rev = "0153fe03a919add2d6cf2d41b2d5b6e1188bc0e0";
sha256 = "lmYt+GKuXhbOhu3HufqIFE2DvzUYlk5vGqU6tpJ2yjY=";
};
};
ag = pkgs.vimUtils.buildVimPlugin {
name = "ag";
src = pkgs.fetchFromGitHub {
@ -205,6 +215,7 @@ in {
# Syntax
syntax-nix
syntax-mustache
syntax-fluid
{
plugin = syntax-php;