Skip to content

Commit

Permalink
feat(queries): inject stylus when detected
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilli authored Oct 19, 2024
1 parent 774a65a commit ae5199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(attribute_value) @_lang)))
(raw_text) @injection.content)
(#eq? @_attr "lang")
(#any-of? @_lang "scss" "postcss" "less")
(#any-of? @_lang "scss" "postcss" "less" "stylus")
(#set! injection.language "scss"))

((raw_text) @injection.content
Expand Down

0 comments on commit ae5199d

Please sign in to comment.