This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#============================================================================== | |
# conkyrc_grey | |
# | |
# author : SLK | |
# modified by : XCJS | |
# version : v2011011601 | |
# license : Distributed under the terms of GNU GPL version 2 or later | |
# | |
#============================================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"selector": "source.php", | |
"cmd": ["php", "-l", "$file"], | |
"variants": [ | |
{ | |
"name": "Run", | |
"cmd": ["php", "$file"] | |
}, |