christoffer / pycharm-pyxl

IntelliJ Pyxl Extensions
MIT License
21 stars 3 forks source link

Missing support for <cond_comment> #16

Closed nilsbunger closed 9 years ago

nilsbunger commented 10 years ago

This is a valid Pyxl tag:

                <cond_comment cond="lt IE 9">
                    <script src="/foo.js"></script>
                </cond_comment>

The Pyxl plugin doesn't handle it properly.