1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/queries/php_only/indents.scm: fix phpdoc indents

This commit is contained in:
Henrik Hautakoski 2025-01-26 18:45:46 +01:00
parent c8b6b4f1d9
commit fffa6d5322

View file

@ -3,8 +3,5 @@
; 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)