This commit is contained in:
Jesse Portnoy
2025-03-26 23:40:45 +00:00
parent 7f3fc602a4
commit d1be375d04
+1 -1
View File
@@ -173,7 +173,7 @@ fmt.Println("Filetype is", def.FileType)
## Revising and adding new lexers ## 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: They can be loaded individually:
```go ```go