pojokcodeid.nvim-lazy/snippets/laravel-blade/blade.configuration.json
2023-03-03 07:09:50 +07:00

24 lines
No EOL
422 B
JSON

{
"comments": {
"blockComment": [ "{{--", "--}}" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
]
}