pojokcodeid.nvim-lazy/snippets/laravel-blade/blade.configuration.json

24 lines
422 B
JSON
Raw Normal View History

2023-03-03 07:09:50 +07:00
{
"comments": {
"blockComment": [ "{{--", "--}}" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
]
2023-01-15 00:19:37 +07:00
}