Skip to content

Razer6/language-vhdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VHDL language support in Atom

Adds syntax highlighting and snippets to VHDL files in Atom.

Originally converted from the vhdl.tmbundle.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.

Version

  • 0.7.2
    • Fix case-sensitive END in component pattern
  • 0.7.1
    • Rename scoped properties to fix deprecated Package.loadSettings call
  • 0.7.0
    • Fix block comments
  • 0.6.0
    • New if generate snippet
    • Remove redundant identifier comments at the end of blocks
  • 0.5.0
    • Make use of spaces/braces more consistent
  • 0.1.0 ... 0.3.0
    • Initial import from TextMate bundle