Adds colour to the text of tabs in the Atom editor according to file extension.
Simply install the rainbow-tabs-evolved
package in your editor via the GUI. Alternatively, you can also do it via the command-line interface:
apm install rainbow-tabs-evolved
If you want more extensions supported, or want to override any of the current colours, please feel free to make a pull request.
The file you probably want to edit is styles/rainbow-tabs.less. Please keep the file extensions in alphabetical order
When publishing a new release, this is done via the apm publish
command on the terminal like so:
apm publish 2.6.2 # Publish an explicit version numberapm publish minor # Make a new minor release
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.