Skip to content

Commit

Permalink
cpp: fix error in raw string
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 15, 2024
1 parent 2198a93 commit 24519c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrc/hrc/base/c.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<regexp match="/'.*?'/" region="def:Error"/>
</scheme>

<entity name='DelimChars' value='[!"#%\x26\x27*+,-.\x2F0123456789:;\x3C=\x3E?ABCDEFGHIJKLMNOPQRSTUVWXYZ\[\]^_abcdefghijklmnopqrstuvwxyz\{\|\}~]'/>
<entity name='DelimChars' value='[!"#\%\x26\x27\*\+,\-\.\x2F:;0123456789\x3C\=\x3E\?ABCDEFGHIJKLMNOPQRSTUVWXYZ\[\]\^_abcdefghijklmnopqrstuvwxyz\{\|\}\~]'/>
<scheme name="String">
<block start="/(?{def:StringEdge}(L|U|u8?)?&#34;)/" end="/(?{def:StringEdge}&#34;)/"
scheme="StringContent" region="String" inner-region="yes"
Expand Down

0 comments on commit 24519c8

Please sign in to comment.