summaryrefslogtreecommitdiffstats
path: root/src/microbe.xml
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-03-16 14:46:17 +0900
committerMichele Calgaro <[email protected]>2025-03-16 14:46:17 +0900
commit6d60c25b7d9b16dfaa39b524bf48ea4238130754 (patch)
tree6a2e08c59d68965efdf863b89a705f829ae8b0fa /src/microbe.xml
parentff6d359c1ecb74f732da9bf9f34671ce30ee9865 (diff)
downloadktechlab-6d60c25b7d9b16dfaa39b524bf48ea4238130754.tar.gz
ktechlab-6d60c25b7d9b16dfaa39b524bf48ea4238130754.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/microbe.xml')
-rw-r--r--src/microbe.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/microbe.xml b/src/microbe.xml
index 0168c9e..ccb5288 100644
--- a/src/microbe.xml
+++ b/src/microbe.xml
@@ -43,14 +43,14 @@
<HlCOct attribute="Octal" context="#stay"/>
<HlCHex attribute="Hex" context="#stay"/>
<Int attribute="Decimal" context="#stay">
- <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="TRUE"/>
+ <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="true"/>
</Int>
<HlCChar attribute="Char" context="#stay"/>
<DetectChar attribute="String" context="String" char="&quot;"/>