aboutsummaryrefslogtreecommitdiff
path: root/core/KicadNetLexer.g4
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-08-05 15:03:14 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-08-05 15:03:14 +0200
commit535d856a39b177642724bcfe6009985bf4262dbd (patch)
tree4162702b31cff209a859ad22de426c7b83d38830 /core/KicadNetLexer.g4
parentff87ea9045a6e0979311ae7b25055d6b53b0a13d (diff)
downloadkicad-utils-535d856a39b177642724bcfe6009985bf4262dbd.tar.gz
kicad-utils-535d856a39b177642724bcfe6009985bf4262dbd.tar.bz2
kicad-utils-535d856a39b177642724bcfe6009985bf4262dbd.tar.xz
kicad-utils-535d856a39b177642724bcfe6009985bf4262dbd.zip
o More flexible parsing. More rules needs to be updated.
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