aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/just/indents.scm
blob: 1402a0c032e99adb39525ef54bf4b69f6b5c6bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; Source: https://github.com/IndianBoy42/tree-sitter-just/blob/main/queries/just/indents.scm
[
  (recipe)
  (string)
  (external_command)
] @indent.begin

(string
  [
    "'''"
    "\"\"\""
  ] @indent.branch @indent.end)

(comment) @indent.auto