language-verilog icon indicating copy to clipboard operation
language-verilog copied to clipboard

Verilog language support in Atom

Results 10 language-verilog issues
Sort by recently updated
recently updated
newest added

Embedded [tree-sitter-verilog](https://github.com/tree-sitter/tree-sitter-verilog) parser into the package.

Fixed casex/z keyword Added enhanced literal number detection from sublime Added module header punctuation scope to prevent last line in header being recognized as module instantiation

When the closing paren is on its own line, the last port of a module declaration is highlighted in red: ``` verilog module Id( input in, output out ); assign...

I am editing verilog file which is 118514 lines long, but verilog syntax does not work for such long files. It works well for shorter files. How can I fix...

It seems that a mistake has been made in keyword. There is a 'longing' keyword and I suppose it should be 'longint'.

First thank you for developing this package. Here is a small bug. ![image](https://cloud.githubusercontent.com/assets/20497382/22742082/71610cf4-ee50-11e6-8c38-3676183de949.png) "unique case" is not a module instance. These 2 words and the first semicolon are not highlighted...

1. fix "longing" to "longint" 2. "unique case" & "priority case" will not be treated as instance now. (refer my issue for more details My source file is downloaded from...

In verilog we don't need matching quotes. They are used as singles only.

When pressing "ctrl-/" it inserted "/\* _/" instead of "//". For example: /_this is a comment*/ But I expected: // this is a comment

Salam (Hello) tank you for your code; can you add diffrent color for parameter variable (better visual view)? can you add diffrent color for instance name for module (//)? can...