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 has been archived by the owner on Oct 16, 2020. It is now read-only.
Highlighting is quite tricky since this is a valid rule:
@ \
@ \
| \
|example.com \
^
uBO uses JavaScript for tokenization, but Ace uses RegExp, which makes this difficult.
Beside highlighting, some linting (missing space before slash, missing four spaces on the next line, etc.) would also be useful.
The text was updated successfully, but these errors were encountered:
jspenguin2017
changed the title
Implement support for multi-line rules in Nano Highlighter
Implement support for multi-line rules in Nano Highlighter and Linter
Apr 4, 2020
Highlighting is quite tricky since this is a valid rule:
uBO uses JavaScript for tokenization, but Ace uses RegExp, which makes this difficult.
Beside highlighting, some linting (missing space before slash, missing four spaces on the next line, etc.) would also be useful.
The text was updated successfully, but these errors were encountered: