garysieling / jquery-highlighttextarea

http://garysieling.github.io/jquery-highlighttextarea/
156 stars 75 forks source link

Words with -(minus) highlight to bugs #78

Open ten9miq opened 7 years ago

ten9miq commented 7 years ago

Someting wrong with inserting a minus character. It will not cure even if it esacepes.

words: [{
            color: '#ADF0FF',
            words: '-'
          },{
            color: '#ADF000',
            words: '\-'
          },{
            color: '#ADFF00',
            words: 'test'
          }]