aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.nim
diff options
context:
space:
mode:
authorJad Altahan <xviyy@aol.com>2019-03-09 08:15:45 +1100
committerJad Altahan <xviyy@aol.com>2019-03-09 08:15:45 +1100
commit922d31d6091e4de67e71b705947faab1dda32873 (patch)
tree1691ca2f9cf2f79723711a1db6b2a3725cfab176 /test/examples/x.nim
parent438e082ddfc13b439c6755d4565f03a2953af2bb (diff)
downloadscintilla-mirror-922d31d6091e4de67e71b705947faab1dda32873.tar.gz
Feature [feature-requests:#1268]. Improve the styling of numbers in Nim
Improvements for SCE_NIM_NUMBER.
Diffstat (limited to 'test/examples/x.nim')
-rw-r--r--test/examples/x.nim8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/examples/x.nim b/test/examples/x.nim
index ac8a274f4..874940d47 100644
--- a/test/examples/x.nim
+++ b/test/examples/x.nim
@@ -18,3 +18,11 @@ let standardTripleLitRawStr = R"""A triple-double raw string\""""
# Style of 'customIdent' is determined by lexer.nim.raw.strings.highlight.ident. 16 if false, 6 or 10 if true
let customDoubleLitRawStr = customIdent"A string\"
let customTripleLitRawStr = customIdent"""A triple-double raw string\""""
+
+# Feature #1268
+10_000
+10__000
+10_
+1....5
+1.ident
+1._ident