garysieling / garysieling/jquery-highlighttextarea
Words with -(minus) highlight to bugs
Open
- Dominant language
- JavaScript
- Stars
- 157
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
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'
}]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.