From d1be375d04bb668caea0c9cf37f0a7503d2f3b5c Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Wed, 26 Mar 2025 23:40:45 +0000 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7630e..6b4a788 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ fmt.Println("Filetype is", def.FileType) ## Revising and adding new lexers -Lexers are YML files that live under the [syntax\_files](./syntax_files) dir. +Lexers are `YAML` files that live under the [syntax\_files](./syntax_files) dir. They can be loaded individually: ```go