You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,3 +67,7 @@ It's a work in progress, see [PR-327](https://github.com/tlaplus/vscode-tlaplus/
67
67
Because it uses SANY underneath (TLC's parser), your spec needs to first succeed SANY's
68
68
parsing process; otherwise the formatter won't be able to reformat your file.
69
69
70
+
## Acknowledgments
71
+
72
+
This project uses [prettier4j](https://github.com/opencastsoftware/prettier4j) by Opencast Software, which does the heavy lifting of implementing the Wadler-Lindig pretty-printing algorithm in Java.
0 commit comments