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
Add skipnl to match import URI and combinators (#104)
Fixes#103
Everything up to a `;` is part of a directive, including newlines. Add
`skipnl` so these newlines don't cause the combinators to highlight as
normal code.
Also add `dartComment` and `dartLineComment` to the `contains` for
`dartCombinators`.
0 commit comments