Skip to content

Commit

Permalink
Match only YAML files with gxwf sufix
Browse files Browse the repository at this point in the history
The `firstLine` regex doesn't seem to discriminate any other kind of YAML file, so for the sake of getting less false positives, let's limit the activation matching to workflows files that have the sufix `gxwf.yml`.
  • Loading branch information
davelopez committed Oct 1, 2023
1 parent 4f77a68 commit d91b88d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@
"Galaxy Workflow (YAML)"
],
"extensions": [
".yml",
".gxwf.yml"
],
"firstLine": "^class: GalaxyWorkflow",
"configuration": "./workflow-languages/configurations/yml.language-configuration.json"
}
],
Expand Down

0 comments on commit d91b88d

Please sign in to comment.