mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: update
This commit is contained in:
parent
3f00eddbfe
commit
884f1970a7
7 changed files with 36 additions and 34 deletions
|
|
@ -10,6 +10,8 @@
|
|||
(class_interface_clause (name) @implement_name)
|
||||
])
|
||||
|
||||
(interface_declaration (name) @class_name)
|
||||
|
||||
; tag "use" traits as text
|
||||
(use_declaration (name) @text)
|
||||
|
||||
|
|
@ -17,7 +19,6 @@
|
|||
(namespace_use_declaration (namespace_use_clause [
|
||||
(qualified_name [
|
||||
(name) @namespace_name
|
||||
(namespace_name_as_prefix (namespace_name (name) @namespace_name))
|
||||
])
|
||||
(namespace_aliasing_clause (name) @namespace_alias)
|
||||
alias: (name) @namespace_name
|
||||
]))
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
; Fix for phpdoc comments that don't align * properly.
|
||||
; This is black magic. I came up with it myself but
|
||||
; i don't know why it works.
|
||||
(ERROR
|
||||
"/"
|
||||
"**"
|
||||
@indent.align)
|
||||
;(ERROR
|
||||
; "/"
|
||||
; "**"
|
||||
; @indent.align)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue