aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/razor/injections.scm
blob: f73839bd64413bc465222cdf7a44c7bcd0fa9da5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
; inherits: c_sharp

([
  (html_comment)
  (razor_comment)
] @injection.content
  (#set! injection.language "comment"))

((element) @injection.content
  (#set! injection.language "html")
  (#set! injection.combined))