Alex88zel
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
Alex88zel created a post, 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"... -
Alex88zel created a post, AnsweredHTML Language injection not highlighting or auto completing.
Hello, 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... -
Alex88zel created a post, AnsweredAutocomplete from YAML file.
Hello, 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... -
Alex88zel commented, -
Alex88zel created a post, AnsweredCombine YAML and Jinja2 highlighting
Hello, 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...