chore: bump scintilla and lexilla version

This commit is contained in:
2025-10-12 13:51:32 +08:00
parent 9fb3681e3a
commit db20417ce7
1093 changed files with 138943 additions and 128144 deletions

View File

@ -0,0 +1,12 @@
{2}# Float Literals{0}
{4}12.34{0}
{4}1234e{10}-{4}2{0}
{4}1.234E1{0}
{2}# Range Literals{0}
{10}({4}1{10}..{4}2{10}){0}
{10}({4}2.0{10}..{4}3{10}){0}
{2}# Method on number{0}
{4}1.5{10}.{11}ceil{0}
{4}1ri{10}.{11}abs{0}
{4}3{10}.{11}times{0} {10}{|{11}i{10}|{0} {11}puts{0} {11}i{10}}{0}
{4}3{10}.{0} {11}times{0} {10}{|{11}i{10}|{0} {11}puts{0} {11}i{10}}{0}