alohaas / language-nunjucks

Syntax highlighting for nunjucks templates in atom.
MIT License
42 stars 13 forks source link

Problem With Autocomplete for "else" #24

Closed Gchesta closed 7 years ago

Gchesta commented 7 years ago

Nunjucks syntax for conditional flow of if and else is: {% if condition%} {% else %} . However, the autocomplete is prompting . {% if condition%} {% else condition %}

revelt commented 7 years ago

@Gchesta please check again and confirm this is an issue because I can't recreate it:

if-else

ftm commented 7 years ago

I cannot replicate this either so I'm going to close the issue

revelt commented 7 years ago

it must have been a glitch or something