Alex88zel

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Custom syntax highlighting keyword mismatch
I've added a new custom filetype with syntax highlighting, everything works fine except some keyword that appear as sub-strings in other keywords. For example "menu" is keyword1, but "menu-timeout"... -
Created HTML Language injection not highlighting or auto completing.
AnsweredHello, I have YAML config file that holds some HTML and CSS. I tried to use language injection for CSS and it works perfectly, I get color highlights and auto completion. However, when I try the sa... -
Edited Autocomplete from YAML file.
AnsweredHello, I have a project that used a configuration file in yaml format. for example: conf.yaml:server: address: 192.168.1.1 port: 1234 username: some_user password: some_passquery: body: some_s... -
Created Combine YAML and Jinja2 highlighting
AnsweredHello, I am using PyCharm for writing states for SaltStack. Most of the states are a combination of YAML and Jinja2, PyCharm supports both of these but not together, is it possible to use both at t...