Skip to content

cryptix/language-pshdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PSHDL syntax definition for the Atom.io editor.

Resources

Stars

Watchers

Forks

Packages

No packages published