* feat(perl): highlight hash keys as @variable.member in various contexts

also, injections for s///e should fully re-parse
This commit is contained in:
Veesh Goldman 2025-03-19 10:48:48 +02:00 committed by GitHub
parent 98a3fdd5d9
commit f09a2215b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 33 deletions

View file

@ -11,4 +11,5 @@
; match if there's a single `e` in the modifiers list
(#lua-match? @_modifiers "e")
(#not-lua-match? @_modifiers "e.*e")
(#set! injection.language "perl"))
(#set! injection.language "perl")
(#set! injection.include-children))