Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

robots.txt and .htaccess syntax highlight

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

like image 586
Geo Avatar asked Jan 04 '13 18:01

Geo


1 Answers

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.

like image 167
joemaller Avatar answered Sep 16 '22 17:09

joemaller