aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/surface/injections.scm
blob: 72cab5e8026e7b0221b563c4caa7e59975c75324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
; Surface expressions and components are Elixir code
([
  (expression_value)
  (component_name)
] @injection.content
  (#set! injection.language "elixir"))

; Surface comments are nvim-treesitter comments
((comment) @injection.content
  (#set! injection.language "comment"))