BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
232 stars 61 forks source link

CodeController.styleList is growing on each rebuild #62

Closed alexeyinkin closed 1 year ago

alexeyinkin commented 2 years ago

styleList is never emptied but can grow on each rebuild depending of webSpaceFix, stringMap, and patternMap.

To fix this, styleRegExp and styleList should be computed once at initialization.