Skip to content

Commit

Permalink
Add Jenkinsfile to list of file types with Groovy syntax (#459)
Browse files Browse the repository at this point in the history
- Also fix misspelling of "groovy" tag in Vsix definition
  • Loading branch information
stamminator authored and madskristensen committed Jun 13, 2019
1 parent 2aec4e5 commit a4d5ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Bundles/groovy/Syntaxes/Groovy.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<array>
<string>groovy</string>
<string>gvy</string>
<string>Jenkinsfile</string>
</array>
<key>foldingStartMarker</key>
<string>(\{\s*$|^\s*// \{\{\{)</string>
Expand Down
2 changes: 1 addition & 1 deletion src/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ static class Vsix
public const string Language = "en-US";
public const string Version = "2.8";
public const string Author = "Mads Kristensen";
public const string Tags = "bat, clojure, go, goovy, ini, jade, java, javadoc, lua, make, perl, php, ruby, rust, bash, swift";
public const string Tags = "bat, clojure, go, groovy, ini, jade, java, javadoc, lua, make, perl, php, ruby, rust, bash, swift";
}
}

0 comments on commit a4d5ab1

Please sign in to comment.