Add support for .meta.json files associated with .txt files

This commit is contained in:
Lucien Greathouse
2019-10-08 17:44:23 -07:00
parent 2393a1a114
commit 30351f7b9d
5 changed files with 24 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ metadata:
Path: /foo.txt
relevant_paths:
- /foo.txt
- /foo.meta.json
name: foo
class_name: StringValue
properties:

View File

@@ -9,6 +9,7 @@ metadata:
Path: /foo/default.project.json
relevant_paths:
- /foo/other.txt
- /foo/other.meta.json
- /foo/default.project.json
name: path-project
class_name: StringValue