diff options
Diffstat (limited to 'test/examples/x.nim.styled')
-rw-r--r-- | test/examples/x.nim.styled | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/examples/x.nim.styled b/test/examples/x.nim.styled index fc1532e60..18ae529e6 100644 --- a/test/examples/x.nim.styled +++ b/test/examples/x.nim.styled @@ -4,3 +4,9 @@ {3}# Feature #1260 {15}{.{16}ident{15}.}{0} {16}stdin{15}.{16}readLine{15}.{16}split{15}.{16}map{15}({16}parseInt{15}).{16}max{15}.{11}`$`{15}.{16}echo{15}({6}" is the maximum!"{15}){0} + +{3}# Feature #1261 +# IsFuncName("proc") so style ticks as SCE_NIM_FUNCNAME: +{8}proc{0} {12}`$`{0} {15}({16}x{15}:{0} {16}myDataType{15}):{0} {16}string{0} {15}={0} {15}...{0} +{3}# Style ticks as SCE_NIM_BACKTICKS: +{8}if{0} {11}`==`{15}({0} {11}`+`{15}({5}3{15},{5}4{15}),{5}7{15}):{0} {16}echo{0} {6}"True"{0} |