Skip to content

Commit

Permalink
feat: add perl to scope_languages
Browse files Browse the repository at this point in the history
Ticket #909
  • Loading branch information
pjcj authored and lukas-reineke committed Aug 5, 2024
1 parent 65e20ab commit 3fe94b8
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 3fe94b8

Please sign in to comment.