From 33e8f106cac21acfb1728256fa295a9018b8844b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 12 Feb 2019 02:37:23 -0500 Subject: Add Rust to hi This also fixes the block comment pattern to match /* **/ correctly. --- bin/man1/hi.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin/man1') diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index 48df1606..537acef5 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -1,4 +1,4 @@ -.Dd February 9, 2019 +.Dd February 11, 2019 .Dt HI 1 .Os . @@ -133,6 +133,11 @@ The .Xr mdoc 7 language. . +.It Cm rust +The Rust 2018 language. +Nested raw strings and block comments +are not highlighted correctly. +. .It Cm sh The POSIX .Xr sh 1 -- cgit 1.4.1