Detect head character instead of tail character for tail matching
Initial commit
YAML multiple major modes for polymode
Polymode for shell script within YAML string, e.g.
foo:
baz: 'echo "Hello, world!"'
bar: |
#!/bin/sh
echo "Hello, world!"
Polymode for Jinja2 within YAML string, e.g.
foo:
baz: "Hello, {{name}}"
bar: |
Hello, {{name}}
Special mode that activates ansible
minor mode alongside poly-yaml+jinja2-mode
.