Skip to content

Files

Latest commit

author
Karsten Becker
Aug 3, 2017
cbf6992 · Aug 3, 2017

History

History
23 lines (19 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 463 Bytes

language-pshdl package

Syntax definition for PSHDL, the Plain & Simple Hardware Description Language.

I recommend adding some styles to your style-sheet:

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