summaryrefslogtreecommitdiff
path: root/queries/cooklang/highlights.scm
blob: 4ced465bd42282af0696e1f07a041e72df0852a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(metadata) @comment

(ingredient
  "@" @tag
  (name)? @text.title
	(amount
	  (quantity)? @number
		(units)? @tag.attribute)?)

(timer
  "~" @tag
  (name)? @text.title
	(amount
	  (quantity)? @number
		(units)? @tag.attribute)?)

(cookware
  "#" @tag
  (name)? @text.title
	(amount
	  (quantity)? @number
		(units)? @tag.attribute)?)