Predelnik / DSpellCheck

Notepad++ Spell-checking Plug-in
GNU General Public License v2.0
198 stars 33 forks source link

Spellcheck not occurring in JSON #207

Closed Spappz closed 4 years ago

Spappz commented 4 years ago

Title is fairly self-explanatory; DSpellCheck doesn't appear to highlight any incorrectly-spelt words in JSON strings. Specifically of interest are strings enclosed by double-quotes, such as: "string attribute name": "this string attribute contains many words, sume ov wich arre spealt incorectley"

Appropriate spellchecking does work for JavaScript, which is of course fairly similar in syntax.

Predelnik commented 4 years ago

Hello, thank you for reporting the issue. It seems like json lexer appeared a bit later than I've done my last update in that area, I will definetily try to fix that in the next update.

Predelnik commented 4 years ago

Should be fixed in 1.4.16. Note that I've put keys to Function/Variable Names category (disasbled by default) and values to text (String) category