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