diff options
Diffstat (limited to 'kate/data/protobuf.xml')
-rw-r--r-- | kate/data/protobuf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/data/protobuf.xml b/kate/data/protobuf.xml index 19e7d9784..3926ecec3 100644 --- a/kate/data/protobuf.xml +++ b/kate/data/protobuf.xml @@ -60,7 +60,7 @@ <HlCOct attribute="Octal" context="#stay"/> <HlCHex attribute="Hex" context="#stay"/> <Int attribute="Decimal" context="#stay"> - <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="TRUE"/> + <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="true"/> </Int> <HlCChar attribute="Char" context="#stay"/> <RegExpr attribute="Char" context="#stay" String="'\\u[0-9a-fA-F]{4}'"/> |