From 2e49adf42467991c666f21bb1b0861218e28927b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=87=95=E5=A9=B72001210542?= <2001210542@stu.pku.edu.cn> Date: Sun, 27 Feb 2022 19:19:36 +0800 Subject: [PATCH] update tag.rs --- src/cst/tags.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cst/tags.rs b/src/cst/tags.rs index 1c88460..2e87d76 100644 --- a/src/cst/tags.rs +++ b/src/cst/tags.rs @@ -9,6 +9,8 @@ impl Tag { pub const MODULE_PORT_DECLARATION: &'static str = "kModulePortDeclaration"; pub const PORT_IDENTIFIER_LIST: &'static str = "kPortIdentifierList"; pub const PORT_IDENTIFIER: &'static str = "kPortIdentifier"; + pub const PORT_DECLARATION_LIST: &'static str = "kPortDeclarationList"; + pub const PORT_DECLARATION: &'static str = "kPortDeclaration"; pub const IDENTIFIER_LIST: &'static str = "kIdentifierList"; pub const IDENTIFIER_UNPACKED_DIMENSIONS_LIST: &'static str = "kIdentifierUnpackedDimensionsList";