i am trying to mark lex syntax in sublime text 3
i downloaded from github package that marks the syntax of lex file and put it on
Sublime Text 3\Packages
and then i restart sublime text 3 and nothing has changed
%{
#include <string.h>
%}
This code is fully white also after installing the package from github(the color doesn't change)
the git i cloned is- https://github.com/textmate/lex-flex.tmbundle