Skip to content

Commit

Permalink
updated synoptic to fix markdown, add latex and nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
curlpipe committed Jul 21, 2024
1 parent f601cb1 commit 56729af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .todo.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
- [ ] File Type Improvements - 0.4.1
- [ ] Fix markdown syntax issues (try opening readme)
- [ ] Better file type handling
- [ ] Transfer built-in commands to lua
- [X] Add latex syntax highlighting
- [X] Fix nushell syntax issues
- [X] Write documentation
- [X] Fixed backslash error
- [X] Fix markdown syntax issues (try opening readme)

- [ ] Plugins - 0.4.2
- [ ] Custom syntax highlighting rules
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ kaolinite = "0.8.1"
mlua = { version = "0.9.9", features = ["lua54", "vendored"] }
quick-error = "2.0.1"
shellexpand = "3.1.0"
synoptic = "2.0.0"
synoptic = "2.0.3"

0 comments on commit 56729af

Please sign in to comment.