mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Update Groovy extension language contribution
Change `filenamePatterns` to `Jenkinsfile.*` to `Jenkinsfile*` to capture files starting with Jenkinsfile, not necessarily having a period as a delimiter.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"Jenkinsfile"
|
||||
],
|
||||
"filenamePatterns": [
|
||||
"Jenkinsfile.*"
|
||||
"Jenkinsfile*"
|
||||
],
|
||||
"firstLine": "^#!.*\\bgroovy\\b",
|
||||
"configuration": "./language-configuration.json"
|
||||
|
||||
Reference in New Issue
Block a user