Skip to content

Commit

Permalink
Fix quoted string literal highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
mnxn committed Oct 9, 2020
1 parent 81fd8bc commit 7cf1557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Fix incomplete error message for missing commands (#400)
- Fix highlighting of quoted string literals that contain quotes (#403)

## 1.3.1

Expand Down
3 changes: 1 addition & 2 deletions syntaxes/ocaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@
"end": "\\|[[:lower:]_]*\\}",
"beginCaptures": {
"1": { "name": "keyword.other.extension.ocaml" }
},
"patterns": [{ "include": "#strings" }]
}
},
{
"comment": "string literal",
Expand Down

0 comments on commit 7cf1557

Please sign in to comment.