16 lines
490 B
EmacsLisp
16 lines
490 B
EmacsLisp
|
(define-package "ac-html" "20151005.731" "auto complete source for html tags and attributes"
|
||
|
'((auto-complete "1.4")
|
||
|
(s "1.9")
|
||
|
(f "0.17")
|
||
|
(dash "2.10"))
|
||
|
:commit "668154cba123c321d1b07c2dc8b26d14092253b8" :keywords
|
||
|
'("html" "auto-complete" "slim" "haml" "jade")
|
||
|
:authors
|
||
|
'(("Zhang Kai Yu" . "yeannylam@gmail.com"))
|
||
|
:maintainer
|
||
|
'("Zhang Kai Yu" . "yeannylam@gmail.com")
|
||
|
:url "https://github.com/cheunghy/ac-html")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|