Giter Site home page Giter Site logo

sublime-whitespace-coloring's People

Contributors

ckovey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kristinita

sublime-whitespace-coloring's Issues

Coloring Tab Indentation

Hello,
is this applicable also to the whitespaces introduced by tabs?
For example, as you can see in the screenshot the tabs change color depending on the foreground color of each block of code.
With your solution would I have more control on the tab colors?

image

[Feature request] Enabled for all syntaxes without set for each syntax

1. Request

It would be nice, if would be possible set plugin to all syntaxes at once, not to each syntax separately.

2. Justification

  1. If I use many syntaxes, set Whitespace Coloring for each syntax may take a lot of time.
  2. After update syntaxes, my changes lost, and I need set Whitespace Coloring again.

3. Desirable behavior

I add in WhiteSpace Coloring settings, not syntax settings, these lines:

<dict>
  <key>match</key>
  <string>^[\s\t]+</string>
  <key>name</key>
  <string>meta.whitespace.leading</string>
</dict>
<dict>
  <key>match</key>
  <string>[\s\t]+$</string>
  <key>name</key>
  <string>meta.whitespace.trailing</string>
</dict>
<dict>
  <key>match</key>
  <string>[\s\t]+</string>
  <key>name</key>
  <string>meta.whitespace</string>
</dict>

I set colors in my tmTheme file โ†’ my whitespaces are highlight in my colors in all syntaxes, not only one syntax.

Thanks.

Not working for PHP

Tried it on my PHP.tmLanguage to no avail.

Are you or anyone still using this successfully? just want to make sure it's just me likely doing something incorrectly.

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.