Merge pull request #548 from BooneJS/master
systemverilog: bug in class's ending scope
This commit is contained in:
commit
5b375bb5ea
@ -81,7 +81,7 @@ snippet mod
|
|||||||
endmodule : $1
|
endmodule : $1
|
||||||
# Class
|
# Class
|
||||||
snippet cl
|
snippet cl
|
||||||
class ${1:module_name};
|
class ${1:class_name};
|
||||||
// data or class properties
|
// data or class properties
|
||||||
${0}
|
${0}
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ snippet cl
|
|||||||
function new();
|
function new();
|
||||||
endfunction : new
|
endfunction : new
|
||||||
|
|
||||||
endmodule : $1
|
endclass : $1
|
||||||
# Typedef structure
|
# Typedef structure
|
||||||
snippet types
|
snippet types
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user