summaryrefslogtreecommitdiff
path: root/queries/verilog/highlights.scm
AgeCommit message (Collapse)Author
2022-09-26feat(spell): support more languagesLewis Russell
2022-02-02verilog 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-06Use `@keyword.function` consistentlySergio Alejandro Vargas
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-03-16Update verilog to 0.19.2Stephan Seitz
2020-11-21Add locals for verilogzegervdv
2020-11-21Add missing verilog keywordszegervdv
2020-11-21Improve highlighting of port declarations in verilogzegervdv
2020-11-16Improve highlighting for generate blockszegervdv
2020-10-20Add verilog/systemverilog queriesZeger Van de Vannet