From 7c70322c7c8e88af93375b89146b0cd6cb8cc7f0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 29 Dec 2020 22:39:16 -0500 Subject: Add make lexer This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. --- bin/hilex/hilex.1 | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'bin/hilex/hilex.1') diff --git a/bin/hilex/hilex.1 b/bin/hilex/hilex.1 index eb429fb0..2b789f65 100644 --- a/bin/hilex/hilex.1 +++ b/bin/hilex/hilex.1 @@ -1,4 +1,4 @@ -.Dd December 28, 2020 +.Dd December 29, 2020 .Dt HILEX 1 .Os . @@ -84,7 +84,8 @@ and one of the following: .Sy Comment , .Sy String , .Sy StringEscape , -.Sy StringFormat . +.Sy StringFormat , +.Sy Interpolation . . .Pp The options are as follows: @@ -151,21 +152,30 @@ with minimal support for .Xr lex 1 , .Xr yacc 1 and Objective-C input. -Automatically inferred for +Inferred for .Pa *.[chlmy] files. . +.It Cm make +The portable subset of +.Xr make 1 . +Inferred for +.Pa *.mk +and +.Pa Makefile +files. +. .It Cm mdoc The .Xr mdoc 7 language. -Automatically inferred for +Inferred for .Pa *.[1-9] files. . .It Cm text Plain text. -Automatically inferred for +Inferred for .Pa *.txt files. .El -- cgit 1.4.1