robots.txt and .htaccess syntax highlight

.HtaccessSublimetext2robots.txt

.Htaccess Problem Overview


Is there a way to colorcode/highlight robots.txt and .htaccess syntax? E.g. with a SublimeText2 plug-in. I found this, but can't figure out how to install it: https://github.com/shellderp/sublime-robot-plugin

.Htaccess Solutions


Solution 1 - .Htaccess

Use Package Control to install the syntax packages you want to use. If you're using Sublime Text without Package Control, you're missing out on a lot.

  1. Install Package Control (follow the linked instructions)
  2. After restarting, type Command+Shift+P then Install Package
  3. Install ApacheConf and the Robot Framework you mentioned

Packages can be added and removed very easily, but greatly enhance and personalize what you can do with Sublime Text.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionGeoView Question on Stackoverflow
Solution 1 - .HtaccessjoemallerView Answer on Stackoverflow