From d8157061f1f973638e2b12e395251227928cdd13 Mon Sep 17 00:00:00 2001 From: "Jaisser J. Sanguino" Date: Sat, 28 Feb 2026 13:05:05 -0300 Subject: [PATCH] feat(php): Add PHP mode abbrev table --- abbrev_defs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/abbrev_defs b/abbrev_defs index 3a73850..7919473 100644 --- a/abbrev_defs +++ b/abbrev_defs @@ -14,6 +14,21 @@ ("doctype" "" nil :count 0) )) +(define-abbrev-table 'php-mode-abbrev-table + '( + ("actions" "/** + * Actions + */" nil :count 6) + ("asserts" "/** + * Asserts + */" nil :count 6) + ("phpcsdisablelinelenght" "// phpcs:disable Generic.Files.LineLength.TooLong" nil :count 3) + ("phpcsenablelinelenght" "// phpcs:disable Generic.Files.LineLength.TooLong" nil :count 2) + ("preparing" "/** + * Preparing + */" nil :count 8) + )) + (define-abbrev-table 'web-mode-abbrev-table '( ("doc" "