Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptix/language-pshdl
PSHDL syntax definition for the Atom.io editor.
https://github.com/cryptix/language-pshdl
Last synced: about 1 month ago
JSON representation
PSHDL syntax definition for the Atom.io editor.
- Host: GitHub
- URL: https://github.com/cryptix/language-pshdl
- Owner: cryptix
- Created: 2014-05-07T12:32:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T14:30:38.000Z (about 7 years ago)
- Last Synced: 2024-10-08T00:18:47.202Z (about 1 month ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# language-pshdl package
Syntax definition for [PSHDL](http://pshdl.org), the Plain & Simple Hardware Description Language.
I recommend adding some styles to your style-sheet:
```CSS
atom-text-editor::shadow {.storage.modifier.register.pshdl {
font-weight: bold;
}
.storage.modifier.direction.pshdl {
font-style: italic;
}
.comment.block.documentation {
color: #81a2be;
}
.comment.line.documentation {
color: #81a2be;
}
}
```