mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
adding dollar sign at the end of the regex to match the full line
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
"pattern": "^(\\t|[ ])*[ ]\\*[^/]*\\*/\\s*$|^(\\t|[ ])*[ ]\\*/\\s*$|^(\\t|[ ])*\\*([ ]([^\\*]|\\*(?!/))*)?$"
|
||||
},
|
||||
"indentNextLinePattern": {
|
||||
"pattern": "^.*[if|while|for]\\s*\\(.*\\)\\s*"
|
||||
"pattern": "^.*[if|while|for]\\s*\\(.*\\)\\s*$"
|
||||
}
|
||||
},
|
||||
"onEnterRules": [
|
||||
|
||||
Reference in New Issue
Block a user