SlickEdit Community

Archived Beta Discussions => SlickEdit 202x Beta Discussions => SlickEdit 2020 v25 Beta Discussion => Topic started by: garion911 on August 14, 2020, 12:53:09 AM

Title: YAML and Jinja
Post by: garion911 on August 14, 2020, 12:53:09 AM
So I'm testing the YAML with Jinja enabled. It works pretty good so far, although I've found one thing:

If you have a Jinja variable in the middle of a string, it won't color it. It'll be the same color as the string. If you start with the jinja variable, it'll color it properly.

Code: [Select]
test:                                           
    - something: {{ works }}/blah/blah/blah     
    - somethingelse: /blah/{{ doesntwork }}/blah/blah
Title: Re: YAML and Jinja
Post by: Clark on August 14, 2020, 01:35:36 AM
Thanks for posting.  I'll see if we can fix this case.

Title: Re: YAML and Jinja
Post by: Clark on August 14, 2020, 05:07:37 PM
Added support for this case to beta 3