Skip to content

Commit

Permalink
Update the language configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandeaual committed Apr 4, 2021
1 parent 109d72c commit 7e4ae8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@
["(", ")"],
["\"", "\""],
["'", "'"]
]
],
"wordPattern": "[\\w\\-\\.:<>\\*][\\w\\d\\.\\\\/\\-\\?<>\\*!]+",
"indentationRules": {
"increaseIndentPattern": "^\\s*\\(.*[^)]\\s*$",
"decreaseIndentPattern": ""
}
}

0 comments on commit 7e4ae8c

Please sign in to comment.