Skip to content

Commit

Permalink
fix: add highlighting of the invalid scope
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed May 30, 2016
1 parent 020bb81 commit a1c7ed5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/schemes/scheme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ settings:
settings:
foreground: '<%= scheme.base.white %>'

- name: Invalid
scope: invalid
settings:
foreground: '<%= scheme.base.white %>'
background: '<%= scheme.base.red %>'

- name: Invalid
scope: invalid.deprecated
settings:
foreground: '<%= scheme.base.white %>'
background: '<%= scheme.base.purple %>'

- name: Keyword, Storage
scope: keyword, storage.type, storage.modifier
settings:
Expand Down

0 comments on commit a1c7ed5

Please sign in to comment.