Files
klammertext/doc/edit/vscode/language-configuration.json

19 lines
346 B
JSON
Raw Permalink Normal View History

{
"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_]+"
}