File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010 Full Scarpet syntax highlighting for KSyntaxHighlighting.
1111
12- Last Update: 08 Jan. 2024 (Version 2 )
12+ Last Update: 11 Jan. 2024 (Version 3 )
1313-->
14- <language name =" Scarpet" version =" 2 " kateversion =" 2.4" section =" Scripts" extensions =" *.sc;*.scl" author =" Federico Carboni" >
14+ <language name =" Scarpet" version =" 3 " kateversion =" 2.4" section =" Scripts" extensions =" *.sc;*.scl" author =" Federico Carboni" >
1515 <highlighting >
1616 <list name =" controlflow" >
1717 <item >if</item >
488488
489489 <!-- FindNumbers -->
490490 <context attribute =" Normal Text" lineEndContext =" #stay" name =" FindNumbers" >
491+ <HlCHex attribute =" Hex" />
491492 <!-- KSyntaxHighlighting's Float detector is not correct as it allows .123 syntax
492493 Scarpet only allows 0.123 -->
493494 <RegExpr attribute =" Float" String =" (\b[0-9]+\.[0-9]*)|(\b[0-9]+)([eE][-+]?[0-9]+)?" />
494495 <RegExpr attribute =" Error" String =" \b\.[0-9]+" />
495- <HlCHex attribute =" Hex" />
496496 <Int attribute =" Decimal" />
497497 </context >
498498
You can’t perform that action at this time.
0 commit comments