robots.txt and .htaccess syntax highlight - .htaccess

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

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.
Install Package Control (follow the linked instructions)
After restarting, type Command+Shift+P then Install Package
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.

Related

sublime error occurs ,need to do what else?

I already installed Sublime Text 3.... But it doesn't works properly.... Is there anything else to do?? Actually I'm fresher to sublime.So I need your help to continue... Besides of installing Sublime text I didn't installed any other thing.... I think is there something to install... That's why this happens.. What all steps are needed to install to run my sublime properly.. So please help me to solve.... Does every other version Sublime Text need this steps??
ADVANCE THANKS FOR YOUR KIND HELP...
You must first go to this url
https://packagecontrol.io/installation
From this site you will get the steps..You need to install first package control..Each version has its own package control..

Smalltalk syntax highlighting in Sublime?

I'm trying to get sublime to highlight smalltalk .st files but am running into some trouble.
A quick search found this package, but after adding the repository like it says in the README, I don't see the package that its supposed to add when doing Package Control: install package.
I also tried looking into this one but am completely lost when it says This syntax file can be converted to .tmLanguage using PackageDev 'Convert to PList'. Place the converted file in Packages/Smalltalk/Smalltalk.tmLanguage and reopen any .st file.
Can anybody help me out please? I'm running ST3 on MacOSX.
The installtion instructions using Package Control did not work for me either, but you can take the language file, Smalltalk.tmLanguage, from Smalltalk syntax for Sublime Text 3 and use the manual installation instructions you cited:
Place the file in Packages/Smalltalk/Smalltalk.tmLanguage
As you asked about macOS, on macOS this means:
/Users/<your user name>/Library/Application Support/Sublime Text 3/Packages/Smalltalk/Smalltalk.tmLanguage
The Library folder might be hidden by default. Use the Terminal or Finder's Go ▶︎ Go To Folder… to access it.
For Smalltalk/X you can download a highlighting package at - sublime highlighting for smalltalk/X called Smalltalk.sublime-package.
You can copy it to the path provided by #MartinW above.

No build system while trying to use jshint in Sublime Text 3

I am trying to use jshint for JavaScript programming on Sublime Text 3(Linux Mint). I have installed jshint through node and I am able to access the jshint command using the terminal.
Afterwards I have installed the SublimeLinter-jshint package in Sublime Text.
However, when I am trying to use the build feature, I am getting a report that there is no build system. I have seen the options for build systems in the menu and there is no option for jshint.
All the websites I have seen show that jshint will be automatically activated. Am I missing any step here?
The sublimelinter-jshint is a plugin for the sublimelinter package. It only provides a interface to the jshint. You still need the sublimelinter. https://packagecontrol.io/packages/SublimeLinter
It can run in several modes to lint in background, on save, or when explicitly stated. I don't think it uses the sublime text build system.

Newly installed Sublime Text 3 package commands do not show up in the command pallette

I've installed a couple of Sublime Text 3 packages recently and have noticed that some of the commands that should be available via the package do not show in the command palette, though other commands for the same package do.
Specifically, I installed the package PHPCompanion and all of the commands show in the pallette but insert_php_constructor_property:
Or the package PHP Getters and Setters, none of the commands are available.
I'm actually not even sure where to start as far as troubleshooting this. Most of the links I've found so far say "uninstall the package and reinstall it" (which I've done) and "make sure the packages aren't in your Ignore Packages preference properties" (which I've confirmed).
Is there something else I can do to figure out why the commands are not available?
I figured out how to fix the issue (though I still don't know what the issue was).
I deleted the Sublime Text app and installed a new version from the sublime home page. After launching the new version the commands started showing up.
Note that I only deleted the app itself, I did not delete the Application Support or Preference files. This means all of my previously installed packages, themes, and even session were all still in place.
Hopefully this helps anyone else that runs into the same issue.

I can’t autocomplete my Go code even after installing vim-gocode

My setup
I already installed gocode with the command go get github.com/nsf/gocode.
I use Pathogen to manage my Vim plugins. I installed vim-gocode with git clone git#github.com:Blackrush/vim-gocode.git.
What I’m seeing
The :Fmt command works ok, but I can’t autocomplete my golang code. It reports an error like in this image:
Can someone help me?
Please ensure you have YCM or neocomplete installed. You need some additional binaries to get all features. Following on the vim-go repo tells you how to install them.
All necessary binaries should be installed (such as gocode, godef, goimports, etc.). You can easily install them with the included :GoInstallBinaries command, by running command in your vim.

Resources