Skip to content

Commit

Permalink
Merge pull request #403 from mnxn/fix-string-highlight
Browse files Browse the repository at this point in the history
Fix quoted string literal highlighting
  • Loading branch information
mnxn authored Oct 9, 2020
2 parents 81fd8bc + 7cf1557 commit d98056c
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 d98056c

Please sign in to comment.