Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DCL and Pro*FORTRAN .pfo files #822

Merged
merged 2 commits into from
Jul 22, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,11 @@ fileIcons:
colour: "medium-orange"
uses: "XML"

"Command Language Definition":
icon: "openvms"
match: ".cld"
colour: "orange"

CommitLint:
icon: "commitlint"
match: /^commitlint\.config\.js$|^\.commitlintrc\.(json|js|ya?ml)$/i
Expand Down Expand Up @@ -1857,6 +1862,11 @@ fileIcons:
match: ".dig"
colour: "medium-orange"
uses: "YAML"

"Digital Command Language":
icon: "openvms"
Alhadis marked this conversation as resolved.
Show resolved Hide resolved
match: ".com"
Alhadis marked this conversation as resolved.
Show resolved Hide resolved
colour: "medium-orange"

Ditroff:
icon: "binary"
Expand Down Expand Up @@ -2322,6 +2332,7 @@ fileIcons:
[".f95", "dark-pink"]
[".for", "dark-cyan"]
[".fpp", "dark-yellow"]
[".pfo", "dark-blue"]
]

FOSSA:
Expand Down