Glench / Vim-Jinja2-Syntax

An up-to-date jinja2 syntax file.
https://github.com/mitsuhiko/jinja2
BSD 3-Clause "New" or "Revised" License
343 stars 64 forks source link

[RFC/WIP] Add ftplugin / matchit integration #19

Closed blueyed closed 4 years ago

blueyed commented 5 years ago

What is your opinion on this?

I consider this the goto plugin for Jinja2 support currently, and I think this should also configure e.g. matchit.

Glench commented 5 years ago

Hi! Thanks for the pull request! I really don't know enough about what your addition does or if this is a thing other people would want to be able to make an informed decision about merging your pull request. If other people want this functionality, please feel free to comment!

blueyed commented 5 years ago

Fair enough - I will keep improving it here, having local changes already - while working with Jinja more.

Glench commented 5 years ago

Cool, I'll leave the request open and we can revisit later.

eliasdorneles commented 4 years ago

Hello there!

This is awesome, please consider merging it. =) It makes the % command to understand for jinja and HTML syntax.

And if you use vim-matchup, it can even highlight them:

image

allan-simon commented 4 years ago

awesome can't wait to have it merged !

Glench commented 4 years ago

@blueyed is this still working? are you developing it anymore?

eliasdorneles commented 4 years ago

I've tested it today (copied the ftplugin directory) and can confirm the main features are working 👍

Glench commented 4 years ago

Good enough for me!

eliasdorneles commented 4 years ago

Coool, thank you!