Skip to content

Commit

Permalink
fix: backticks adjusted in textmate grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
marsninja committed Feb 24, 2024
1 parent 42d7144 commit 5db23da
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions support/vscode_ext/jac/syntaxes/jac.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,6 @@
"expression-bare": {
"comment": "valid Python expressions w/o comments and line continuation",
"patterns": [
{
"include": "#backticks"
},
{
"include": "#illegal-anno"
},
Expand Down Expand Up @@ -1495,9 +1492,6 @@
{
"include": "#comments"
},
{
"include": "#backticks"
},
{
"include": "#illegal-anno"
},
Expand Down Expand Up @@ -2086,16 +2080,6 @@
"name": "constant.other.ellipsis.jac",
"match": "\\.\\.\\."
},
"backticks": {
"name": "invalid.deprecated.backtick.jac",
"begin": "\\`",
"end": "(?:\\`|(?<!\\\\)(\\n))",
"patterns": [
{
"include": "#expression"
}
]
},
"illegal-operator": {
"patterns": [
{
Expand Down

0 comments on commit 5db23da

Please sign in to comment.