1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -0,0 +1,39 @@
;;; SPDX-FileCopyrightText: 2022 Christoph Sax <c_sax@mailbox.org>
;;;
;;; SPDX-License-Identifier: MIT
(block) @local.scope
; Parameter definitions
(parameter_declaration
command: (identifier)
macro: (macro) @local.definition)
; Variable definitions
(macro_definition
command: (identifier)
macro: (macro) @local.definition)
(command_expression
command: (identifier)
arguments: (argument_list
declarator: (trace32_hll_variable) @local.definition))
; Function definitions
(subroutine_block
command: (identifier)
subroutine: (identifier) @local.definition)
(labeled_expression
label: (identifier) @local.definition
(block))
; References
(subroutine_call_expression
command: (identifier)
subroutine: (identifier) @local.reference)
[
(macro)
(trace32_hll_variable)
] @local.reference