diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2024-02-17 13:54:13 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2024-02-17 13:54:13 -0500 |
commit | 96cafa346dd0d4741847c5affb12c84a2ab9fb0d (patch) | |
tree | a1ffe8ae5cf121ad4482292bf30c6b20e7ce8a35 /package.json | |
parent | bba62406571dd4c39a4f74cb7a5ad452f382d03d (diff) | |
download | PerlNavigator-96cafa346dd0d4741847c5affb12c84a2ab9fb0d.zip |
Change textmate scope to allow simpler pull request. The brackets in are part of the variable and should not be bracket matched
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 18fa79b..8367b8a 100644 --- a/package.json +++ b/package.json @@ -216,9 +216,7 @@ "scopeName": "source.perl", "path": "./server/perl.tmLanguage.json", "unbalancedBracketScopes": [ - "variable.other.predefined.perl", - "constant.character.escape.regex.perl", - "punctuation.definition.variable.perl" + "variable.other.predefined.perl" ] }, { |