Skip to content

Where is syntax_checker.go? #3670

Answered by Andriamanitra
kpeters58 asked this question in Q&A
Discussion options

You must be logged in to vote

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):

git log -- runtime/syntax/syntax_checker.go

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kpeters58
Comment options

Answer selected by kpeters58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants