zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.9k stars 1.17k forks source link

Fix highlighting of `load` and `reference` directives in Cake syntax. #3341

Closed alexrp closed 3 months ago

alexrp commented 3 months ago

Correct a couple of mistakes in #3125.

alexrp commented 3 months ago

Do you have an example of syntax that was highlighted wrong before?

#load ... would fail to highlight fully, while #l ... would highlight as expected. Same for #reference ... vs #r ....

image