chezmoi/private_dot_config/nvim/snippets/erb.json

16 lines
192 B
JSON
Raw Normal View History

2025-07-15 21:28:59 +00:00
{
"ruby_tag": {
"prefix": "%",
"body": [
"<% $1 %>"
],
"description": "ERB"
},
"ruby_tag_equal": {
"prefix": "=",
"body": [
"<%= $1 %>"
],
"description": "ERB"
}
}