nvim-treesitter/queries/verilog
Jade Lovelace c2d2557526
verilog highlight: add some keywords, tidy keywords (#2432)
* 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 (...) ...`
2022-02-02 08:13:01 +01:00
..
folds.scm Add folds for begin/end blocks, functions and tasks 2020-11-16 18:43:00 +01:00
highlights.scm verilog highlight: add some keywords, tidy keywords (#2432) 2022-02-02 08:13:01 +01:00
injections.scm Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
locals.scm Update verilog to 0.19.2 2021-03-16 18:52:43 +01:00