yannickmaris / nanosyntax

Automatically exported from code.google.com/p/nanosyntax
0 stars 0 forks source link

"repetition-operator operand invalid" (line 26) #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use this nanorc syntax as is on MacosX

What is the expected output? What do you see instead?

nano throws an exception when parsing the syntax file : "repetition-operator 
operand invalid" (line 26)

What version of the product are you using? On what operating system?

Please provide any additional information below.

fix :
line 26 : replace  c++ flex++ g++
          with  c\+\+ flex\+\+ g\+\+

Original issue reported on code.google.com by zelho...@gmail.com on 26 Sep 2010 at 2:40