19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "#",
|
|
"blockComment": [
|
|
"#[",
|
|
"]#"
|
|
]
|
|
},
|
|
"brackets": [
|
|
[
|
|
"#[",
|
|
"]#"
|
|
]
|
|
],
|
|
"autoClosingPairs": [],
|
|
"surroundingPairs": [],
|
|
"wordPattern": "@{1,3}[A-Za-z0-9_]+|[A-Za-z0-9_]+@{1,3}|@{1,3}|[A-Za-z0-9_]+"
|
|
}
|