Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding .gradle extension to groovy type #228

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Ack.pm
Expand Up @@ -88,7 +88,7 @@ BEGIN {
erlang => [qw( erl hrl )], erlang => [qw( erl hrl )],
fortran => [qw( f f77 f90 f95 f03 for ftn fpp )], fortran => [qw( f f77 f90 f95 f03 for ftn fpp )],
go => [qw( go )], go => [qw( go )],
groovy => [qw( groovy gtmpl gpp grunit )], groovy => [qw( groovy gtmpl gpp grunit gradle )],
haskell => [qw( hs lhs )], haskell => [qw( hs lhs )],
hh => [qw( h )], hh => [qw( h )],
html => [qw( htm html shtml xhtml )], html => [qw( htm html shtml xhtml )],
Expand Down
2 changes: 1 addition & 1 deletion ack
Expand Up @@ -1241,7 +1241,7 @@ BEGIN {
erlang => [qw( erl hrl )], erlang => [qw( erl hrl )],
fortran => [qw( f f77 f90 f95 f03 for ftn fpp )], fortran => [qw( f f77 f90 f95 f03 for ftn fpp )],
go => [qw( go )], go => [qw( go )],
groovy => [qw( groovy gtmpl gpp grunit )], groovy => [qw( groovy gtmpl gpp grunit gradle )],
haskell => [qw( hs lhs )], haskell => [qw( hs lhs )],
hh => [qw( h )], hh => [qw( h )],
html => [qw( htm html shtml xhtml )], html => [qw( htm html shtml xhtml )],
Expand Down
2 changes: 1 addition & 1 deletion ack-help-types.txt
Expand Up @@ -23,7 +23,7 @@ Note that some extensions may appear in multiple types. For example,
--[no]erlang .erl .hrl --[no]erlang .erl .hrl
--[no]fortran .f .f77 .f90 .f95 .f03 .for .ftn .fpp --[no]fortran .f .f77 .f90 .f95 .f03 .for .ftn .fpp
--[no]go .go --[no]go .go
--[no]groovy .groovy .gtmpl .gpp .grunit --[no]groovy .groovy .gtmpl .gpp .grunit .gradle
--[no]haskell .hs .lhs --[no]haskell .hs .lhs
--[no]hh .h --[no]hh .h
--[no]html .htm .html .shtml .xhtml --[no]html .htm .html .shtml .xhtml
Expand Down