jrunning / source-highlight-solarized

Solarized .style and .outlang files for GNU source-highlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing installation step

erikw opened this issue · comments

On macOS sierra with source-higlight installed from homebrew version 3.1.18 and installing this colorscheme by copying in the definition files to the datafolder, it did not work.

Running source-highlight with the -v option gave me

retrieving default datadir value...
using datadir value from conf file /usr/local/Cellar/source-highlight/3.1.8_3/share/source-highlight
opening ./outlang.map
source-highlight: could not find a language definition for =esc-solarized

so I found that you need to add this to the outlang.map file:

esc-solarized = esc-solarized.outlang

and then is seems to work! Please add this to the README or even crease a small installation script which runs source-highlight-settings, parse out the path and copies the files and append this line to the mapping file :).