mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add hint_unicode_character rule (#21593)
GitOrigin-RevId: ba2c6f49c3b20c6fb4708dfd80000a216c3c4a77
This commit is contained in:
parent
31e7f113f8
commit
9659294459
1 changed files with 5 additions and 0 deletions
|
@ -285,6 +285,11 @@ const errors: Rule[] = [
|
|||
regexToMatch: /^LaTeX error: Cannot be used in preamble/,
|
||||
package: 'LaTeX',
|
||||
},
|
||||
{
|
||||
ruleId: 'hint_unicode_character',
|
||||
regexToMatch: /^LaTeX Error: Unicode character /,
|
||||
package: 'LaTeX',
|
||||
},
|
||||
{
|
||||
ruleId: 'hint_cannot_define_unicode_char_value_lt_00a0',
|
||||
regexToMatch:
|
||||
|
|
Loading…
Reference in a new issue