Changeset 35586 in osm for applications/editors/josm/plugins/comfort0/src
- Timestamp:
- 2020-10-15T21:28:47+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/level0l/Level0LParser.jj
r35291 r35586 33 33 34 34 <COMMENT> 35 SKIP: { < ~["\n", "\r"] > }35 SKIP: { < ["\u0020"-"\uffff"] > } 36 36 37 37 <COMMENT> … … 43 43 TOKEN: { 44 44 <V_EOL: ("\n" | "\r" | "\r\n") > : DEFAULT 45 | <TEXT: ( ~["\n", "\r"])+ >45 | <TEXT: (["\u0020"-"\uffff"])+ > 46 46 } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.