lite-xl/data
Francesco Abbate 5b0c420270
Try to fix problem with js syntax of '/=' operator
The operator '/=' was wrongly considered by the js syntax file as the
beginning of a regexp literal.

With this modification we modify the pattern for regexp literals to not
match expressions starting with '/='.

This doesn't seem entirely correct because apparently javascript can accept
regexp literals starting with '/=' but the rule used by the javascript
lexer is not known.
2021-12-20 20:14:12 +01:00
..
colors Add textadept theme and correct language_lua just a bit 2021-08-11 23:33:00 +02:00
core Add name to plain text fallback syntax 2021-12-20 20:12:36 +01:00
fonts Use FiraSans regular for UI 2021-05-27 13:49:33 +02:00
plugins Try to fix problem with js syntax of '/=' operator 2021-12-20 20:14:12 +01:00