diff --git a/abbrev_defs b/abbrev_defs index 2b783ab..4daa0bd 100644 --- a/abbrev_defs +++ b/abbrev_defs @@ -1,4 +1,4 @@ -;;-*-coding: utf-8;-*- +;; -*- coding: utf-8; lexical-binding: t -*- (define-abbrev-table 'mhtml-mode-abbrev-table '( ("doc" " @@ -14,6 +14,34 @@ ("doctype" "" nil :count 0) )) +(define-abbrev-table 'php-ts-mode-abbrev-table + '( + ("bwtest" "use Tests\\TestCase; + +class Test extends TestCase +{ + /** + * @group + * @group + * @test + */ + public function Service() + { + /** + * Preparing + */ + + /** + * Actions + */ + + /** + * Asserts + */ + } +}" nil :count 6) + )) + (define-abbrev-table 'web-mode-abbrev-table '( ("doc" " @@ -25,7 +53,7 @@ -" nil :count 9) - ("doctype" "" nil :count 1) +" nil :count 10) + ("doctype" "" nil :count 2) ))