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 14:46:49 +0900 |
| commit | bb46657324ee993d796ace56ebf1705739a9dfd2 (patch) | |
| tree | c708cfc5e2b1246aa81b68f634309a11c416ed41 /src/data/jal-pic.xml | |
| parent | c5c8eb2be3274fb120296f5eaaf755cd743e408e (diff) | |
| download | piklab-bb46657324ee993d796ace56ebf1705739a9dfd2.tar.gz piklab-bb46657324ee993d796ace56ebf1705739a9dfd2.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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="""/> |
