apiblueprint.vim icon indicating copy to clipboard operation
apiblueprint.vim copied to clipboard

This vim plugin brings syntax highlighting and linting for API Blueprint.

Results 5 apiblueprint.vim issues
Sort by recently updated
recently updated
newest added

I've noticed that the resource groups in the tag bar are also showing up in the TagBar as introductions. Unfortunately I don't think negative look ahead assertions are possible with...

This uses a stupid heuristic that code blocks starting with { are JSON, so it may cause problems for other content-types and I'm not sure how to do this properly....

Syntax highlight the body block from a request and response section. This should take the content-type in brackets and infer the type to a syntax. (`application/json` = `javascript`). ### Example:...

enhancement