queries: Update docker, dot

reverse-query-precedence-ordering
Blaž Hrastnik 1 month ago
parent bbdebe9d72
commit 67baa536ec

@ -37,6 +37,15 @@
(double_quoted_string) @string (double_quoted_string) @string
[
(heredoc_marker)
(heredoc_end)
] @label
((heredoc_block
(heredoc_line) @string)
(#set! "priority" 90))
(expansion (expansion
[ [
"$" "$"
@ -52,3 +61,6 @@
(param) (param)
(mount_param) (mount_param)
] @constant ] @constant
(expose_instruction
(expose_port) @constant.numeric.integer)

@ -1,3 +1,5 @@
(identifier) @variable
(keyword) @keyword (keyword) @keyword
(string_literal) @string (string_literal) @string
(number_literal) @constant.numeric (number_literal) @constant.numeric
@ -33,11 +35,9 @@
(identifier) @constant) (identifier) @constant)
) )
[ (comment) @comment
(comment)
(preproc) (preproc) @keyword.directive
] @comment
(ERROR) @error (ERROR) @error
(identifier) @variable

Loading…
Cancel
Save