Skip to content

Commit

Permalink
Syntax: Add backticks as string delimiters
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
regisphilibert committed May 13, 2021
1 parent bc13e25 commit 7ca4453
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/syntaxes/hugo.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
"begin": "\"",
"end": "\"",
"name": "string.quoted.single.hugo"
},
{
"begin": "`",
"end": "`",
"name": "string.quoted.single.hugo"
}
]
}
Expand Down

0 comments on commit 7ca4453

Please sign in to comment.