You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Formalizing this forum question as a feature request here. Some languages don't lend themselves very well to regex-based grammars, and there are several languages out there that expose their tokenizers.
I'd love if Atom supported syntax highlighting based on external tokenizers. It would allow, for example, highlighting Swift code using the same mechanism Xcode uses (see https://github.com/jpsim/SourceKitten#syntax).