Skip to content

Commit

Permalink
Add Perl to scope languages
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Jul 20, 2024
1 parent 65e20ab commit d173219
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@ local M = {

exceptionHandler = true,
},
perl = {
block = true,
block_statement = true,
},
php = {
class_declaration = true,
method_declaration = true,
Expand Down

0 comments on commit d173219

Please sign in to comment.