diff --git a/README.md b/README.md index f2a8d1aa..79ff9e16 100644 --- a/README.md +++ b/README.md @@ -4636,7 +4636,7 @@ in markdown: `rust', `scala', `scheme', `shell', `Shell', `smalltalk', `sql', `svg', `swift', `tcl', `tex', `text', `tiff', `Tiff', `tt', `typescript', `verilog', `vhdl', `vim', `xml', `Xml', `yacc', - `yaml'. + `yaml', 'zig'. --tabs[=NUM] Set the tab size to NUM to expand tabs for option -k. The value diff --git a/man/ugrep.1 b/man/ugrep.1 index 2eae7192..30ec0cd9 100644 --- a/man/ugrep.1 +++ b/man/ugrep.1 @@ -791,7 +791,7 @@ file types can be (where \fB\-t\fRlist displays a detailed list): `scala', `scheme', `shell', `Shell', `smalltalk', `sql', `svg', `swift', `tcl', `tex', `text', `tiff', `Tiff', `tt', `typescript', `verilog', `vhdl', `vim', `xml', `Xml', `yacc', -`yaml'. +`yaml', 'zig'. .TP \fB\-\-tabs\fR[=\fINUM\fR] Set the tab size to NUM to expand tabs for option \fB\-k\fR. The value of diff --git a/src/ugrep.cpp b/src/ugrep.cpp index 44d1a26c..aed9f251 100644 --- a/src/ugrep.cpp +++ b/src/ugrep.cpp @@ -4483,6 +4483,7 @@ const Type type_table[] = { { "Xml", "xml,xsd,xsl,xslt,wsdl,rss,svg,ent,plist", NULL, "<\\?xml " }, { "yacc", "y", NULL, NULL }, { "yaml", "yaml,yml", NULL, NULL }, + { "zig", "zig,zon", NULL, NULL }, { NULL, NULL, NULL, NULL } };