Is anyone aware of a TextMate 2 bundle that will color the background of a CSS color definition in the color defined like this Atom package does?
https://atom.io/packages/atom-color-highlight https://atom.io/packages/atom-color-highlight
Bob ------------------- Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On 10 Feb 2015, at 19:57, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Is anyone aware of a TextMate 2 bundle that will color the background of a CSS color definition in the color defined like this Atom package does?
https://atom.io/packages/atom-color-highlight https://atom.io/packages/atom-color-highlight
Bob
Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com http://www.bobrockefeller.com/
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I don’t know of any, but definitely it would be VERY useful.
Caio
I don't know if TM2 even supports arbitrary coloring of blocks, but I too would find it a useful feature.
Not so much for CSS, but if TM2 supported it, it could be used to make git conflicts a lot easier to work with(ie, showing conflicts in green and red etc)
On 11/02/2015, Caio Fernando Bertoldi Paes de Andrade caiofbpa@icloud.com wrote:
On 10 Feb 2015, at 19:57, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Is anyone aware of a TextMate 2 bundle that will color the background of a CSS color definition in the color defined like this Atom package does?
https://atom.io/packages/atom-color-highlight https://atom.io/packages/atom-color-highlight
Bob
Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com http://www.bobrockefeller.com/
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I don’t know of any, but definitely it would be VERY useful.
Caio
On 11 Feb 2015, at 7:12, Carpii UK wrote:
I don't know if TM2 even supports arbitrary coloring of blocks, but I too would find it a useful feature.
There is no API for a plug-in that would match something and render that in a given color, as per the request of the OP.
Not so much for CSS, but if TM2 supported it, it could be used to make git conflicts a lot easier to work with(ie, showing conflicts in green and red etc)
This can be done by an injection grammar that matches the conflict markers and scope them accordingly.
I think someone has already done that, but couldn’t find the thread.
I’ve been meaning to refactor the SCM bundle so that the Subversion‘s “Find Next Conflict” and related actions get into the SCM bundle, likewise the SCM Diff Gutter should be moved to the SCM bundle (surprisingly few have installed this bundle), and the SCM bundle could also get an injection grammar for merge conflict markers… if anyone feels like submitting a PR for the latter, it would surely speedup the process :)
Am 11.02.15 um 08:46 schrieb Allan Odgaard:
Not so much for CSS, but if TM2 supported it, it could be used to make git conflicts a lot easier to work with(ie, showing conflicts in green and red etc)
This can be done by an injection grammar that matches the conflict markers and scope them accordingly.
I think someone has already done that, but couldn’t find the thread.
I think this was me :-) Here's the bundle:
https://github.com/noniq/Merge-Markers.tmbundle
The bundle is included in the bundle index, so it can be installed by checking Preferences –> Bundles -> Merge Markers.
Thanks, this looks useful :-)
Ive installed it but not had a conflict I can test it with yet. Just a minor note, your github instructions have a spurious backslash...
Should be
cd ~/Library/Application\ Support/Avian/Bundles
Instead of
cd ~/Library/Application\ Support/Avian/Bundles
On 11 February 2015 at 10:59, Stefan Daschek stefan@daschek.net wrote:
Am 11.02.15 um 08:46 schrieb Allan Odgaard:
Not so much for CSS, but if TM2 supported it, it could be used to make
git conflicts a lot easier to work with(ie, showing conflicts in green and red etc)
This can be done by an injection grammar that matches the conflict markers and scope them accordingly.
I think someone has already done that, but couldn’t find the thread.
I think this was me :-) Here's the bundle:
https://github.com/noniq/Merge-Markers.tmbundle
The bundle is included in the bundle index, so it can be installed by checking Preferences –> Bundles -> Merge Markers.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Whoops! that should of course read...
cd ~/Library/Application\ Support/Avian/Bundles
On 11 February 2015 at 22:33, Carpii UK carpii.uk@gmail.com wrote:
Thanks, this looks useful :-)
Ive installed it but not had a conflict I can test it with yet. Just a minor note, your github instructions have a spurious backslash...
Should be
cd ~/Library/Application\ Support/Avian/Bundles
Instead of
cd ~/Library/Application\ Support/Avian/Bundles
On 11 February 2015 at 10:59, Stefan Daschek stefan@daschek.net wrote:
Am 11.02.15 um 08:46 schrieb Allan Odgaard:
Not so much for CSS, but if TM2 supported it, it could be used to make
git conflicts a lot easier to work with(ie, showing conflicts in green and red etc)
This can be done by an injection grammar that matches the conflict markers and scope them accordingly.
I think someone has already done that, but couldn’t find the thread.
I think this was me :-) Here's the bundle:
https://github.com/noniq/Merge-Markers.tmbundle
The bundle is included in the bundle index, so it can be installed by checking Preferences –> Bundles -> Merge Markers.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate