Skip to content

Commit

Permalink
Use data type for mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Feb 16, 2020
1 parent a64de5b commit b340cf3
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
"gypi",
"ini",
"mk",
"mod",
"tern-project",
"toml",
"pssc",
Expand All @@ -330,19 +329,20 @@
"dockerfile"
],
"data": [
"example",
"env",
"cabal",
"json",
"jsonc",
"cson",
"yml",
"yaml",
"eyml",
"eyaml",
"edn",
"env",
"example",
"eyaml",
"eyml",
"json",
"jsonc",
"mod",
"psd1",
"webmanifest"
"webmanifest",
"yaml",
"yml"
],
"data-template": [
"schema.json"
Expand Down Expand Up @@ -531,7 +531,6 @@
}
],
"data": [
"v.mod",
"pipfile",
"manifest.in"
],
Expand Down

0 comments on commit b340cf3

Please sign in to comment.