diff options
author | Chris Drake <cjdrake@users.noreply.github.com> | 2020-06-05 23:36:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 08:36:41 +0200 |
commit | 16bd34655497f2c9ffce02a2bf3d5b66bb06f526 (patch) | |
tree | 88d824755d8eb9e1a6e17efe041e4508746428f0 /pygments/lexers/php.py | |
parent | e1867022d03e5c08ab30debd8a570eb0255c3902 (diff) | |
download | pygments-git-16bd34655497f2c9ffce02a2bf3d5b66bb06f526.tar.gz |
Improve SystemVerilog class/endclass lexer rules (#1471)
The class looks like:
class class_identifier [#(param_decls)] [extends class_identifier #(params)];
...
endclass [: class_identifier]
Using the same Java convention of Keyword.Declaration and Name.Class.
Add a test_systemverilog_classes unit test to test_hdl.
Diffstat (limited to 'pygments/lexers/php.py')
0 files changed, 0 insertions, 0 deletions