atom-jinja2 icon indicating copy to clipboard operation
atom-jinja2 copied to clipboard

Jinja2 syntax highlighting for the atom editor.

Results 32 atom-jinja2 issues
Sort by recently updated
recently updated
newest added

Does the ability to comment out selections not exist?

Would be cool if the background color inside variables/expressions/tags had a little contrast from the editors normal background.

variables with underscores are not colored after the underscore see pic https://www.dropbox.com/s/awhwc3jdkuy58mt/Screenshot%20from%202017-04-06%2009%3A55%3A16.png?dl=0

It would be very useful to enable file format detection based on shebang lines. Here are few examples: ``` #!/bin/bash ... #!/bin/sh ... (shell) #!/usr/bin/env ansible-playbook -i ../hosts -K (yaml)...

I think raw blocks should be highlighted as the output language. For example, if the jinja template outputs an HTML file and is using `HTML (Jinja Templates)` highlighting, then `{%...

It is pain to set a type of syntax every time a file is opened.

I use SaltStack, and `.sls` files are jinja templates, also `.jinja` is also commonly used.

Is there any way to configure the package to use custom line statements? i.e.: we use the % sign for line statements. I tried playing around with the .cson file...

Hi there. This file works properly: ![screen shot 2015-11-04 at 10 49 32 am](https://cloud.githubusercontent.com/assets/1991151/10948426/6597aa20-82e2-11e5-9315-332ead2d52fa.png) But when I move so that the comment block is first, it does not automatically detect...