Skip to content

Commit

Permalink
Fixed #336, adding unparsable resolutions.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Feb 10, 2024
1 parent 8fad2a2 commit 6f96048
Show file tree
Hide file tree
Showing 15 changed files with 472 additions and 271 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http:
## Added

- [#362](https://github.com/wordplaydev/wordplay/issues/362): Added elision syntax to allow temporary removal of code from parsing (e.g., removing `2` from `1 + *2* 3`). Also included a toolbar and keyboard command for quick toggling.
- [#336](https://github.com/wordplaydev/wordplay/issues/336): Added basic syntax error resolution suggestions.

## Fixed

Expand Down
2 changes: 0 additions & 2 deletions src/components/annotations/Annotation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,5 @@
.description {
padding: var(--wordplay-spacing);
border-radius: var(--wordplay-spacing);
background: var(--wordplay-error);
color: var(--wordplay-background);
}
</style>
Loading

0 comments on commit 6f96048

Please sign in to comment.