Skip to content

Commit

Permalink
Drop support for backtick string literals (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: Pranay Agarwal <[email protected]>
  • Loading branch information
Wilfred and PranayAgarwal authored Aug 16, 2020
1 parent be5c57a commit 34a42f3
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions syntaxes/hack.json
Original file line number Diff line number Diff line change
Expand Up @@ -1287,9 +1287,6 @@
},
"match": "(?i)^\\s*([a-z_][a-z_0-9]*)\\s*:"
},
{
"include": "#string-backtick"
},
{
"begin": "\\[",
"beginCaptures": {
Expand Down Expand Up @@ -1418,9 +1415,6 @@
{
"include": "#numbers"
},
{
"include": "#string-backtick"
},
{
"include": "#variables"
},
Expand Down Expand Up @@ -1765,30 +1759,6 @@
}
]
},
"string-backtick": {
"begin": "`",
"beginCaptures": {
"0": {
"name": "punctuation.definition.string.begin.php"
}
},
"end": "`",
"endCaptures": {
"0": {
"name": "punctuation.definition.string.end.php"
}
},
"name": "string.interpolated.php",
"patterns": [
{
"match": "\\\\.",
"name": "constant.character.escape.php"
},
{
"include": "#interpolation"
}
]
},
"string-double-quoted": {
"begin": "\"",
"beginCaptures": {
Expand Down

0 comments on commit 34a42f3

Please sign in to comment.