diff options
author | June McEnroe <june@causal.agency> | 2019-02-12 02:37:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-12 02:37:23 -0500 |
commit | dffc8ac1135c75c1d64949c0f108df2139e0169d (patch) | |
tree | d38a1f8943fad99efd4f6dc871e2679f83bc0c0b /bin/man1 | |
parent | Call setlocale in hi (diff) | |
download | src-dffc8ac1135c75c1d64949c0f108df2139e0169d.tar.gz src-dffc8ac1135c75c1d64949c0f108df2139e0169d.zip |
Add Rust to hi
This also fixes the block comment pattern to match /* **/ correctly.
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/hi.1 | 7 |
1 files changed, 6 insertions, 1 deletions
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 |