You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-syntect/syntect-fix-metadata.diff

12 lines
493 B

--- syntect-3.0.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ syntect-3.0.1/Cargo.toml 2018-11-04T17:14:16.621747+01:00
@@ -14,7 +14,7 @@
name = "syntect"
version = "3.0.1"
authors = ["Tristan Hume <tristan@thume.ca>"]
-exclude = ["testdata/*"]
+exclude = ["testdata/*", "/scripts/*", "/Makefile", "/codecov.yml"]
description = "library for high quality syntax highlighting and code intelligence using Sublime Text's grammars"
documentation = "https://docs.rs/syntect"
readme = "Readme.md"