I cannot get SublimeLinter to work with Sublime Text 2. I have node.js installed and wamp installed and my user settings for SublimeLinter is as follows:
{
"sublimelinter_executable_map":
{
"javascript":"C:/Program Files/nodejs/node.exe",
"css":"C:/Program Files/nodejs/node.exe",
"php":"C:/wamp/bin/php/php5.3.13/php.exe"
}
}
I have created a file on my desktop called 'cool.php' with the following code:
<?php
function hel()
{
error->
}
?>
But nothing shows up to tell me that the 'error->' is incorrect. What am I doing wrong?
Side Note: In the readme of SublimeLinter it says '* PHP - syntax check via php -l'. What does that mean?
php --help? - Marcel Korpelphp -lmeans. - Marcel Korpel