Add html highlight queries

This commit is contained in:
TravonteD 2020-05-30 10:50:03 -04:00
parent 73ea03fb8d
commit d32d5abb4a
2 changed files with 15 additions and 1 deletions

View file

@ -158,7 +158,7 @@ List of currently supported languages:
- [ ] typescript - [ ] typescript
- [ ] tsx - [ ] tsx
- [ ] json - [ ] json
- [ ] html - [x] html (maintained by @TravonteD)
- [ ] csharp - [ ] csharp
- [ ] swift - [ ] swift
- [ ] java - [ ] java

View file

@ -0,0 +1,14 @@
(tag_name) @type
(erroneous_end_tag_name) @error
(doctype) @constant
(attribute_name) @property
(attribute_value) @string
(comment) @comment
"=" @operator
"<" @punctuation.bracket
">" @punctuation.bracket
"</" @punctuation.bracket
"/>" @punctuation.bracket