diff options
author | Jad Altahan <xviyy@aol.com> | 2019-01-29 09:18:07 +1100 |
---|---|---|
committer | Jad Altahan <xviyy@aol.com> | 2019-01-29 09:18:07 +1100 |
commit | 8b99f2cfdd7ed2274afa7bf003850ce4213cbfd3 (patch) | |
tree | 5e175beedf3f5eabe9736449cdca8243dcaa1309 /test/examples/x.nim.styled | |
parent | 2f829dbd40a537043774508ed61da9ea92467355 (diff) | |
download | scintilla-mirror-8b99f2cfdd7ed2274afa7bf003850ce4213cbfd3.tar.gz |
Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim.
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 new file mode 100644 index 000000000..fc1532e60 --- /dev/null +++ b/test/examples/x.nim.styled @@ -0,0 +1,6 @@ +{3}# Tests for Nim +{8}let{0} {16}s{0} {15}={0} {6}"foobar"{0} + +{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} |