User forums > General (but related to Code::Blocks)

lexer*.xml malformed !

(1/1)

LETARTARE:
cb-12765, the lexers :

--- Quote ---lexer_cu.xml
lexer_d.xml
lexer_powershell
--- End quote ---
charged in 'Firefox-90.02' are indicated malformed.
Is it normal ? How to correct this problem ?

Miguel Gimenez:
The first gives error on line 137, probably some of the characters must be escaped:

--- Code: ---$ @ \ & < > # { }"/>
--- End code ---

The second is similar but on line 109

The third gives error on line 146:

--- Code: ---StreamCommentStart="<#"
--- End code ---
but probably will give more errors in the following lines afterwards. Looks like < and > must be escaped.

Miguel Gimenez:
Fixed in r12766, thank you for reporting.

Navigation

[0] Message Index

Go to full version