summaryrefslogtreecommitdiff
path: root/tests/examplefiles/rust_example.rs
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-16 09:46:51 +0200
committerGeorg Brandl <georg@python.org>2014-09-16 09:46:51 +0200
commitdb39fb1ed49a79268aa23b42755e0c9336f68edf (patch)
treeb6f3c767b613ddc5253ee2f485bbca9303ceef5b /tests/examplefiles/rust_example.rs
parenteba3e1877925003f42ef352404a6f5c8fbe768ab (diff)
parentf9138235acc1615b0cc9b940301c99c74bc1dd49 (diff)
downloadpygments-db39fb1ed49a79268aa23b42755e0c9336f68edf.tar.gz
Merged in timjb/pygments-main (pull request #398)
Improve Idris lexer
Diffstat (limited to 'tests/examplefiles/rust_example.rs')
-rw-r--r--tests/examplefiles/rust_example.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/rust_example.rs b/tests/examplefiles/rust_example.rs
index 1c0a70c3..8ffbaf6b 100644
--- a/tests/examplefiles/rust_example.rs
+++ b/tests/examplefiles/rust_example.rs
@@ -11,6 +11,8 @@
// based on:
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java
+/* nest some /* comments */ */
+
extern mod std;
use core::os;