diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-16 14:46:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-16 19:52:00 +0900 |
| commit | cf89569f1ab2162e81fc233b4734f0f6a1fdd5ce (patch) | |
| tree | d25073962ee9ccee4e5d809bdbeea5b79a629f8d /src/data/jal-pic.xml | |
| parent | 5635962bce53be8c2ec9fd141ad4762043af9299 (diff) | |
| download | piklab-cf89569f.tar.gz piklab-cf89569f.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bb46657324ee993d796ace56ebf1705739a9dfd2)
Diffstat (limited to 'src/data/jal-pic.xml')
| -rw-r--r-- | src/data/jal-pic.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/jal-pic.xml b/src/data/jal-pic.xml index 272d957..0254eb1 100644 --- a/src/data/jal-pic.xml +++ b/src/data/jal-pic.xml @@ -44,8 +44,8 @@ <keyword attribute="SFRS" context="#stay" String="sfrs"/> <keyword attribute="Conditionnal" context="#stay" String="conditionnal"/> <HlCHex attribute="Based Numbers" context="#stay"/> - <RegExpr attribute="Based Numbers" context="#stay" String="(0x_[0-9A-F]+)" insensitive="TRUE" /> - <RegExpr attribute="Based Numbers" context="#stay" String="(0b_[_0-1]+)" insensitive="TRUE" /> + <RegExpr attribute="Based Numbers" context="#stay" String="(0x_[0-9A-F]+)" insensitive="true" /> + <RegExpr attribute="Based Numbers" context="#stay" String="(0b_[_0-1]+)" insensitive="true" /> <Int attribute="Non Based Numbers" context="#stay" /> <HlCChar attribute="Char" context="#stay"/> <DetectChar attribute="String" context="string" char="""/> |
