flake8
passed.
JSHint
passed.
Review Request #14521 — Created July 28, 2025 and updated
The HTML highlights queries implemented by nvim-treesitter are extremely
slow, and don't seem to actually buy us anything in the resulting
output. This change adds custom queries for HTML which are based on the
upstream queries from the tree-sitter-html implementation, but with
improved injections for inline CSS and JS within tags.
<script>
and<style>
tags, as well as on*="" and
style=""` attributes.Summary | ID |
---|---|
633586a380e87d515bccf5eaae3d14b9d71707ce |