Skip to content

Commit 1e51daa

Browse files
Merge pull request #8712 from makiam/groovy-extra-extensions-support
Add extra file extensions support for Groovy
2 parents cee8587 + 74f218d commit 1e51daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/parser/GroovyLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
@MIMEResolver.ExtensionRegistration(
6969
mimeType = GROOVY_MIME_TYPE,
7070
displayName = "#GroovyResolver",
71-
extension = "groovy",
71+
extension = {"groovy", "gvy", "gy", "gsh"},
7272
position = 281
7373
)
7474
@LanguageRegistration(

0 commit comments

Comments
 (0)