aboutsummaryrefslogtreecommitdiff
path: root/core/KicadNetLexer.g4
diff options
context:
space:
mode:
Diffstat (limited to 'core/KicadNetLexer.g4')
-rw-r--r--core/KicadNetLexer.g42
1 files changed, 1 insertions, 1 deletions
diff --git a/core/KicadNetLexer.g4 b/core/KicadNetLexer.g4
index e10f7e7..6d3ce95 100644
--- a/core/KicadNetLexer.g4
+++ b/core/KicadNetLexer.g4
@@ -26,7 +26,7 @@ STRING: '"' ~["]* '"';
INTEGER: [0-9]+;
ID
- : [/+~\_\-\.\*\?/a-zA-Z0-9]+
+ : [/+~\_\-\.\*\?/a-zA-Z0-9:]+
;
BlockComment