feat(php): Add PHP mode abbrev table
This commit is contained in:
15
abbrev_defs
15
abbrev_defs
@@ -14,6 +14,21 @@
|
||||
("doctype" "<!DOCTYPE html>" 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" "<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user