Skip to content

Commit

Permalink
Fix "charecter" typo in Python grammar
Browse files Browse the repository at this point in the history
Finds-and-replace "charecter" with "character" in the Python grammar
file.

Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
modocache and jsoref committed Jun 1, 2023
1 parent 4137aa1 commit dad93a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/python/syntaxes/MagicPython.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@
}
]
},
"regexp-charecter-set-escapes": {
"regexp-character-set-escapes": {
"patterns": [
{
"name": "constant.character.escape.regexp",
Expand Down Expand Up @@ -2108,7 +2108,7 @@
},
"patterns": [
{
"include": "#regexp-charecter-set-escapes"
"include": "#regexp-character-set-escapes"
},
{
"name": "constant.character.set.regexp",
Expand Down Expand Up @@ -2412,7 +2412,7 @@
},
"patterns": [
{
"include": "#regexp-charecter-set-escapes"
"include": "#regexp-character-set-escapes"
},
{
"name": "constant.character.set.regexp",
Expand Down Expand Up @@ -2737,7 +2737,7 @@
},
"patterns": [
{
"include": "#regexp-charecter-set-escapes"
"include": "#regexp-character-set-escapes"
},
{
"name": "constant.character.set.regexp",
Expand Down Expand Up @@ -3041,7 +3041,7 @@
},
"patterns": [
{
"include": "#regexp-charecter-set-escapes"
"include": "#regexp-character-set-escapes"
},
{
"name": "constant.character.set.regexp",
Expand Down

0 comments on commit dad93a6

Please sign in to comment.