We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attribute
Our themes don't find the attribute syntax capture in HTML docs:
<script async src="https://example.com"></script>
The async and src should have highlights, and are being found by tree-sitter but don't have a related color in themes.
async
src
CodeEdit: 0.3.1 macOS: 15.1 Xcode: 16.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Our themes don't find the
attribute
syntax capture in HTML docs:The
async
andsrc
should have highlights, and are being found by tree-sitter but don't have a related color in themes.Version Information
CodeEdit: 0.3.1
macOS: 15.1
Xcode: 16.1
The text was updated successfully, but these errors were encountered: