Skip to content

Commit

Permalink
add highlighting for html entities
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Apr 30, 2017
1 parent 0839999 commit a5775f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.13.0

## Minor
- Add highlighting for HTML entities. (HT: @ajitid)

# 1.12.0

## Minor
Expand Down
4 changes: 4 additions & 0 deletions src/dracula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@ tokenColors:
scope: entity.other.attribute-name
settings:
foreground: *GREEN
- name: HTML entities
scope: constant.character.entity.html
settings:
foreground: *PURPLE
- name: HTML tags
scope: entity.name.tag
settings:
Expand Down

0 comments on commit a5775f7

Please sign in to comment.