| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-26 | feat(spell): support more languages | Lewis Russell | |
| 2022-02-02 | verilog highlight: add some keywords, tidy keywords (#2432) | Jade Lovelace | |
| * Add a bunch of the OO keywords and some of the more unusual block delimiter types * Highlight macromodule like module is. * Highlight new as seen in constructor declarations like `class blah; function new(...); ... endfunction endclass` * Make endfunction a @keyword.function. This matches how lua does it. * Make tasks @keyword.function: tasks in SystemVerilog are more or less just impure functions * Highlight casex/casez like case is currently highlighted (previously these were not highlighted at all) * Highlight unique, unique0, priority for constructs like `unique case (...) ... endcase` and `priority if (...) ...` | |||
| 2021-07-06 | Use `@keyword.function` consistently | Sergio Alejandro Vargas | |
| 2021-07-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-03-16 | Update verilog to 0.19.2 | Stephan Seitz | |
| 2020-11-21 | Add locals for verilog | zegervdv | |
| 2020-11-21 | Add missing verilog keywords | zegervdv | |
| 2020-11-21 | Improve highlighting of port declarations in verilog | zegervdv | |
| 2020-11-16 | Improve highlighting for generate blocks | zegervdv | |
| 2020-10-20 | Add verilog/systemverilog queries | Zeger Van de Vannet | |
