diff options
| -rw-r--r-- | lexer.l | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ extern const char *parser_input_buffer;  }  [\n\r\t ] -\/\/[^\n]*\n +\/\/[^\n]*\n?  "/*" BEGIN(comment);  <comment>"*/" BEGIN(INITIAL);  <comment>.|\n  | 
![]()  | 
index : openscad | |
| code driven CAD modeller | root | 
| summaryrefslogtreecommitdiff | 
| -rw-r--r-- | lexer.l | 2 | 
@@ -98,7 +98,7 @@ extern const char *parser_input_buffer;  }  [\n\r\t ] -\/\/[^\n]*\n +\/\/[^\n]*\n?  "/*" BEGIN(comment);  <comment>"*/" BEGIN(INITIAL);  <comment>.|\n  |