Coder Social home page Coder Social logo

Comments (2)

mechatroner avatar mechatroner commented on May 30, 2024

I think the reason why spell check doesn't work for column 2 is because the second column has "keyword.rainbow2" scope, and "keyword" scopes are not checked by spell-checker by default. this can be changed by modifying "spelling_selector" config variable, although I haven't tried to do it. Also I will consider renaming "keyword.rainbow2" to "function.rainbow2" or some other scope name that allows default spell-checking.

Speaking about bug with incorrect highlighting of invalid records, I didn't expect that it could look so bad and that color change could occur even at non-comma character. Actually there is a way to highlight invalid part of any record with a special "invalid" color (and it is implemented in Atom version), but for some reason this improved grammar doesn't work well with Sublime regex engine: sublimehq/sublime_text#2188
I will try to find a workaround at some point, and I will also implement CSVLint functionality to automatically validate CSV files, this should make the problem less severe.

from sublime_rainbow_csv.

shkiss avatar shkiss commented on May 30, 2024

Thank you.
Your proposed "spelling_selector" workaround works. I would rather have spell-check on something I don't want than not have it on something I do!

from sublime_rainbow_csv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.