Skip to content

Commit 339bd37

Browse files
authored
Fixed **free analysis in RPGLE (#1116)
Small fix for an analysis regex in RPGLE lexer.
1 parent ff52be8 commit 339bd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lexers/embedded/rpgle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<mime_type>text/x-sqlrpgle</mime_type>
1212
<case_insensitive>true</case_insensitive>
1313
<analyse>
14-
<regex pattern="^\*\*free$" score="0.9"/>
14+
<regex pattern="\*\*free" score="0.9"/>
1515
<regex pattern="ctl-opt" score="0.9"/>
1616
<regex pattern="dcl-(ds|s|f|proc|pr|pi)" score="0.9"/>
1717
<regex pattern="\*in[0-9][0-9]" score="0.5"/>

0 commit comments

Comments
 (0)