v4183
deathaxe
tagged this
23 Sep 06:43
This commit removes `invalid.illegal` scope from unsupported escape sequences. Actually `\` is interpreted literal if it doesn't start a supported escape sequence. The following is a valid string without illegals: ``` new Source("src\main\java\com\example\application\views\HomeView.java") ```