sparksuite / codemirror-spell-checker

Dead-simple spell checking in CodeMirror
http://sparksuite.github.io/codemirror-spell-checker/
MIT License
83 stars 52 forks source link

added "ignores" option to be passed in as an option when instantiating CodeMirror #30

Closed ghost closed 8 years ago

ghost commented 8 years ago

A lot of those changes were generated by your gulp build process. The only relevant file I changed was spell-checker.js

Didn't know you had a build env - my bad for not reading!

PS: This is just a start! But I'm planning on adding extra options, like a support emoji option where it will test for UTF16 codepoints and won't attempt to spell check in the specific emoji ranges. Let me know what you think.

ghost commented 8 years ago

Here's the JSFiddle

Not sure why that build failed, since it failed when globally installing gulp into the VM. The other's passed though.

WesCossick commented 8 years ago

Thanks