diff options
author | Michele Calgaro <[email protected]> | 2025-03-16 14:46:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-03-16 14:46:17 +0900 |
commit | 6d60c25b7d9b16dfaa39b524bf48ea4238130754 (patch) | |
tree | 6a2e08c59d68965efdf863b89a705f829ae8b0fa /src/microbe.xml | |
parent | ff6d359c1ecb74f732da9bf9f34671ce30ee9865 (diff) | |
download | ktechlab-6d60c25b7d9b16dfaa39b524bf48ea4238130754.tar.gz ktechlab-6d60c25b7d9b16dfaa39b524bf48ea4238130754.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/microbe.xml')
-rw-r--r-- | src/microbe.xml | 16 |
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="""/> |