mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
help/colors: s/line/file/
This commit is contained in:
parent
3d7024e059
commit
93dd8ca729
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ detect:
|
|||
Micro will match this regex against a given filename to detect the filetype.
|
||||
|
||||
In addition to the `filename` regex (or even instead of it) you can provide
|
||||
a `header` regex that will check the first line of the line. For example:
|
||||
a `header` regex that will check the first line of the file. For example:
|
||||
|
||||
```
|
||||
detect:
|
||||
|
|
Loading…
Reference in a new issue