GitXplorerGitXplorer
R

language-verilog

public
17 stars
191 forks
9 issues

Commits

List of commits on branch master.
Unverified
0adb448ebbbeb44ee048c4e177cb3f9d25a94afc

Merge pull request #19 from drom/master

RRazer6 committed 8 years ago
Unverified
ed818b99bef541080fea0e3d61beceebcd93657f

Merge pull request #21 from DragonForker/bugfix-typo

RRazer6 committed 8 years ago
Unverified
0f0d9161058c21db7676c46ffdbebc21edc38839

fix(snippets): rectify '}' missing in if-else

ssabertazimi committed 8 years ago
Unverified
1fab358757a112e83452ac381dca928cb52554a8

broke single <= operator match into separate < and = ; it fixes the issue with FiraCode font thinking that Verilog non-blocking assignment operator is less-or-equal operator like in other languages and replasing it with inappropriate ligature

ddrom committed 8 years ago
Unverified
49dfe3c8938d647542f73552e87d721b0dfce9f7

Merge pull request #17 from scott-rosenbalm/match_unsized_literals

RRazer6 committed 8 years ago
Unverified
d1ab2247c8e848b1b3e9d0e1702fe579e0347489

Added unsized_integer to grammar.

sscott-rosenbalm committed 8 years ago

README

The README file for this repository.

Verilog language support in Atom

Adds syntax highlighting and snippets to Verilog files in Atom.

Originally converted from the verilog.tmbundle.

Contributing

  1. Fork it ( https://github.com/razer6/language-verilog/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request