Skip to content

Commit 27c36f6

Browse files
committed
.gradle
1 parent 06206eb commit 27c36f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pm.eclipse.editbox/src/pm/eclipse/editbox/impl/BoxProviderRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected Collection<IBoxProvider> defaultProviders() {
105105
// order important (see BoxProviderImpl.supports())
106106
// refactored to use this more generic method
107107
result.add(createProviderForNameAndExtentions("c++", Arrays.asList("*.c", "*.cpp", "*.h", "*.hpp") ) );
108-
result.add(createProviderForNameAndExtentions("java", Arrays.asList("*.java", "*.class", "*.groovy", "*.scala") ) );
108+
result.add(createProviderForNameAndExtentions("java", Arrays.asList("*.java", "*.class", "*.gradle", "*.groovy", "*.scala") ) );
109109
result.add(createProviderForNameAndExtentions("js", Arrays.asList("*.js", "*.jjs", "*.jshintrc", "*.mjs", "*.njs", "*.pjs", "*.vjs", "*.ts", "*.coffee", "*.dart") ) );
110110
result.add(createProviderForNameAndExtentions("lua", Arrays.asList("*.lua") ) );
111111
result.add(createProviderForNameAndExtentions("markup", Arrays.asList("*.*ml", "*.jsp", "*.html", "*.hjs", "*.jade", "*.css", "*.less") ) );

0 commit comments

Comments
 (0)