Skip to content

Commit

Permalink
Fix #227: Remove surrounding / from wordPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall authored Sep 11, 2019
1 parent 649a331 commit 3661a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
"decreaseIndentPattern": "^\\s+\\}$"
},
"wordPattern": "/(\"(?:[^\\\\\"]*(?:\\\\.)?)*\"?)|[^\\s{}\\[\\],:]+/"
"wordPattern": "(\"(?:[^\\\\\"]*(?:\\\\.)?)*\"?)|[^\\s{}\\[\\],:]+"
}

0 comments on commit 3661a96

Please sign in to comment.