Skip to content

Commit 602baed

Browse files
authored
Add .nf extension to Groovy file extensions
Closes microsoft#106017 : microsoft#106017
1 parent 1b5fbca commit 602baed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/groovy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"languages": [{
1414
"id": "groovy",
1515
"aliases": ["Groovy", "groovy"],
16-
"extensions": [".groovy", ".gvy", ".gradle", ".jenkinsfile"],
16+
"extensions": [".groovy", ".gvy", ".gradle", ".jenkinsfile", ".nf"],
1717
"filenamePatterns": ["Jenkinsfile.*"],
1818
"firstLine": "^#!.*\\bgroovy\\b",
1919
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)