Skip to content

Commit 78f0a9c

Browse files
sertonixJoeKar
authored andcommitted
doc: syntax: remove syntax_checker.go from README.md
The patch is taken from: micro-editor#2738 The mentioned file was already removed with the following commit: micro-editor@fe3186b The `micro` binary itself takes now care of validating the syntax definitions and informs about possible issues.
1 parent 0b75031 commit 78f0a9c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

runtime/syntax/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ Each yaml file specifies how to detect the filetype based on file extension or h
66
In addition, a signature can be provided to help resolving ambiguities when multiple matching filetypes are detected.
77
Then there are patterns and regions linked to highlight groups which tell micro how to highlight that filetype.
88

9-
Making your own syntax files is very simple. I recommend you check the file after you are finished with the
10-
[`syntax_checker.go`](./syntax_checker.go) program (located in this directory). Just place your yaml syntax
11-
file in the current directory and run `go run syntax_checker.go` and it will check every file. If there are no
12-
errors it will print `No issues!`.
13-
149
You can read more about how to write syntax files (and colorschemes) in the [colors](../help/colors.md) documentation.
1510

1611
# Legacy '.micro' filetype

0 commit comments

Comments
 (0)