mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
doc: syntax: remove syntax_checker.go from README.md
The patch is taken from:
https://github.com/zyedidia/micro/pull/2738
The mentioned file was already removed with the following commit:
fe3186ba9d
The `micro` binary itself takes now care of validating the syntax definitions
and informs about possible issues.
This commit is contained in:
parent
0b75031ac5
commit
78f0a9cd30
1 changed files with 0 additions and 5 deletions
|
|
@ -6,11 +6,6 @@ Each yaml file specifies how to detect the filetype based on file extension or h
|
|||
In addition, a signature can be provided to help resolving ambiguities when multiple matching filetypes are detected.
|
||||
Then there are patterns and regions linked to highlight groups which tell micro how to highlight that filetype.
|
||||
|
||||
Making your own syntax files is very simple. I recommend you check the file after you are finished with the
|
||||
[`syntax_checker.go`](./syntax_checker.go) program (located in this directory). Just place your yaml syntax
|
||||
file in the current directory and run `go run syntax_checker.go` and it will check every file. If there are no
|
||||
errors it will print `No issues!`.
|
||||
|
||||
You can read more about how to write syntax files (and colorschemes) in the [colors](../help/colors.md) documentation.
|
||||
|
||||
# Legacy '.micro' filetype
|
||||
|
|
|
|||
Loading…
Reference in a new issue