Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

diff syntax highlighting not available in some Tomorrow themes #25

@jleclanche

Description

@jleclanche

Reproduce:

  1. Create a diff file. Use git show > foo.diff, or eg. copy the following to a new diff file:
diff --git a/.travis.yml b/.travis.yml
index ef975079..4585f88e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,13 +8,13 @@ addons:
   postgresql: "9.4"
 
 env:
-  - TOXENV=py27-django110
-  - TOXENV=py27-django111
-  - TOXENV=py34-django110
-  - TOXENV=py34-django111
-  - TOXENV=py35-django110
-  - TOXENV=py35-django111
-  - TOXENV=py36-django111
+  - TOXENV=py27-django110-jsonfield,py27-django110-bjson
+  - TOXENV=py27-django111-jsonfield,py27-django110-bjson
+  - TOXENV=py34-django110-jsonfield,py27-django110-bjson
+  - TOXENV=py34-django111-jsonfield,py27-django110-bjson
+  - TOXENV=py35-django110-jsonfield,py27-django110-bjson
+  - TOXENV=py35-django111-jsonfield,py27-django110-bjson
+  - TOXENV=py36-django111-jsonfield,py27-django110-bjson
   - TOXENV=flake8

The file will not be highlighted in the following color themes:

  • Tomorrow
  • Tomorrow Night
  • Tomorrow Night Bright
  • Tomorrow Night Eighties

The file is correctly highlighted in Tomorrow Night Blue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions