1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
davidhcefx
b5b285fbf9 Force all syntax regex to ends with $
- Lots of syntax regex are poorly written and did not ends with a '$',
   which caused them competing with other regex rules.
2023-04-12 15:13:33 +08:00
Víctor Pont
1c96a4830f
Fix regex error in Rnw.nanorc
An error would show up:
Error en /home/user/.nano/Rnw.nanorc en la línea 19: Regex «([a-zA-Z0-9_-.$]*)\(» incorrecta: Final de rango inválido
The regex was invalid.
2019-10-02 11:08:36 +02:00
matnovak
d69a47ef8c Addded support for Rnw files 2019-09-25 10:54:00 +02:00