Add html abbrevs.
This commit is contained in:
parent
d588a9ed2e
commit
1a4795f6e9
19
abbrev_defs
19
abbrev_defs
@ -1,4 +1,19 @@
|
||||
;;-*-coding: utf-8;-*-
|
||||
(define-abbrev-table 'mhtml-mode-abbrev-table
|
||||
'(
|
||||
("doc" "<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=\"UTF-8\"/>
|
||||
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>" nil :count 1)
|
||||
("doctype" "<!DOCTYPE html>" nil :count 0)
|
||||
))
|
||||
|
||||
(define-abbrev-table 'web-mode-abbrev-table
|
||||
'(
|
||||
("doc" "<!DOCTYPE html>
|
||||
@ -10,7 +25,7 @@
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>" nil :count 7)
|
||||
("doctype" "<!DOCTYPE html>" nil :count 0)
|
||||
</html>" nil :count 9)
|
||||
("doctype" "<!DOCTYPE html>" nil :count 1)
|
||||
))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user