File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
** https://www.json.org/json-en.html
14
14
***************************************************************************
15
15
-->
16
- <
language name =
" JSON" section =
" Markup" version =
" 8 " kateversion =
" 2.4" extensions =
" *.json;. kateproject;.arcconfig;*.geojson;*.gltf;*.theme" mimetype =
" application/json" author =
" Sebastian Pipping ([email protected] )" license =
" GPL" >
16
+ <
language name =
" JSON" section =
" Markup" version =
" 9 " kateversion =
" 2.4" extensions =
" *.json;*.jsonl;. kateproject;.arcconfig;*.geojson;*.gltf;*.theme;*.cast " mimetype =
" application/json" author =
" Sebastian Pipping ([email protected] )" license =
" GPL" >
17
17
<highlighting >
18
18
<list name =" Constants" >
19
19
<item >null</item >
62
62
63
63
<keyword String =" Constants" context =" #stay" attribute =" Style_Keyword" />
64
64
65
- <RegExpr String =" -?\b([1-9][0-9]*\.[0-9]+(?:[eE][+-]?[0-9]+)?)" context =" #stay" attribute =" Style_Float" />
65
+ <RegExpr String =" -?\b((0\b| [1-9][0-9]*) \.[0-9]+(?:[eE][+-]?[0-9]+)?)" context =" #stay" attribute =" Style_Float" />
66
66
<RegExpr String =" -?\b(0\b|[1-9][0-9]*(?:[eE][+-]?[0-9]+)?)" context =" #stay" attribute =" Style_Decimal" />
67
67
</context >
68
68
You can’t perform that action at this time.
0 commit comments