language-configuration.json 507 B

1
  1. {"comments":{"lineComment":".."},"brackets":[["(",")"],["<",">"],["[","]"]],"surroundingPairs":[["(",")"],["<",">"],["`","`"],["*","*"],["|","|"],["[","]"]],"autoClosingPairs":[{"open":"(","close":")"},{"open":"<","close":">"},{"open":"'","close":"'"},{"open":"`","close":"`","notIn":["string"]},{"open":"\"","close":"\""},{"open":"[","close":"]"}],"autoCloseBefore":":})>`\\n ","onEnterRules":[{"beforeText":"^\\s*\\.\\. *$|(?<!:)::(\\s|$)","action":{"indent":"indent"}}],"wordPattern":"[\\w-]*\\w[\\w-]*"}