Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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;
}
}
```