Where is syntax_checker.go? #3670
-
It's not where the docs say it should be.... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I had to search the repo to see what you're referring to but I assume you mean the mention in You can view the history for the file using git (this is also how I figured out when it was removed):
I guess you could resurrect the file if you really wanted to, but you're probably better off using micro itself to do the check – it should give errors when opening a file that uses a syntax file that has errors in it, and you'll also get to visually see if the highlighting looks correct. |
Beta Was this translation helpful? Give feedback.
I had to search the repo to see what you're referring to but I assume you mean the mention in
runtime/syntax/README.md
.runtime/syntax/syntax_checker.go
was removed in fe3186b, and the README was just not updated at the time.You can view the history for the file using git (this is also how I figured out when it was removed):
I guess you could resurrect the file if you really wanted to, but you're probably better off using micro itself to do the check – it should give errors when opening a file that uses a syntax file that has errors in it, and you'll also get to visually see if the highlighting looks correct.