mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
refactor(format): drop extra indentation for field
This commit is contained in:
parent
c28396de30
commit
722617e672
140 changed files with 2146 additions and 2766 deletions
|
|
@ -129,9 +129,8 @@
|
|||
function: (identifier) @function.call)
|
||||
|
||||
(hll_call_expression
|
||||
function:
|
||||
(hll_field_expression
|
||||
field: (hll_field_identifier) @function.call))
|
||||
function: (hll_field_expression
|
||||
field: (hll_field_identifier) @function.call))
|
||||
|
||||
; HLL variables
|
||||
(identifier) @variable
|
||||
|
|
@ -176,10 +175,9 @@
|
|||
|
||||
((command_expression
|
||||
command: (identifier) @keyword
|
||||
arguments:
|
||||
(argument_list
|
||||
.
|
||||
(identifier) @label))
|
||||
arguments: (argument_list
|
||||
.
|
||||
(identifier) @label))
|
||||
(#lua-match? @keyword "^[gG][oO][tT][oO]$"))
|
||||
|
||||
(labeled_expression
|
||||
|
|
|
|||
|
|
@ -12,9 +12,8 @@
|
|||
|
||||
(command_expression
|
||||
command: (identifier)
|
||||
arguments:
|
||||
(argument_list
|
||||
declarator: (trace32_hll_variable) @local.definition.var))
|
||||
arguments: (argument_list
|
||||
declarator: (trace32_hll_variable) @local.definition.var))
|
||||
|
||||
; Function definitions
|
||||
(subroutine_block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue