Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/najmiter/chitter
An (assembly) syntax highlighter
https://github.com/najmiter/chitter
assembly css html javascript js masm nasm syntax-highlighting
Last synced: about 3 hours ago
JSON representation
An (assembly) syntax highlighter
- Host: GitHub
- URL: https://github.com/najmiter/chitter
- Owner: najmiter
- License: mit
- Created: 2023-12-06T11:24:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T20:51:20.000Z (11 months ago)
- Last Synced: 2024-03-19T21:53:09.833Z (11 months ago)
- Topics: assembly, css, html, javascript, js, masm, nasm, syntax-highlighting
- Language: JavaScript
- Homepage: https://najmiter.github.io/Chitter/
- Size: 127 KB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chitter: a syntax highlighter for assembly
---------------------------
Highlight and make copyable rich text of your assembly code.### ⚡️ Updates:
* You can now give input and get highlighted code on the other side:
* Features & TODOS:
- [x] Make destination registers recognised.
- [x] Keep the original spacing in the output as it is in the input.
- [x] Highlight registers when used with other operators (`[eax]`, `[ebx+esi]`, etc).
- [x] Highlight string literals (single and double quotes).
- [x] Support HEX, DEC, and BIN notations.
- [x] Make it responsive.
- [x] Support `tab` key.
- [x] Add comments support (single/multi line).
- [x] Single line,
- [x] Multi line.
- [x] Keep the previous data after a reload/revisit.
- [ ] Support line numbers in the output (non-copiable).### 🏞️ Preview
The UI is not that great. Maybe. But the highlighting part works greatly 😁
Chitter
on Jan 5, 2024 (5pm)## ▶️ Watch live coding
You can watch me coding Chitter live on YouTube... [Click here](https://youtu.be/Rwkdp4TxIPU)