mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-02 10:50:25 +09:00
This changes all the syntax files in the runtime directory and also changes how syntax highlighting is done from inside micro.
5 lines
325 B
Markdown
5 lines
325 B
Markdown
# Syntax Files
|
|
|
|
Here are highlight's syntax files. If you would like to make a new syntax file, you should first check it
|
|
with the `syntax_checker.go` program. Just place it in this directory and run the program (`go run syntax_checker.go`)
|
|
and it will let you know if there are issues with any of the files in the directory. |