aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE5
-rw-r--r--emmet-mode.el15
-rw-r--r--src/comments.el7
3 files changed, 11 insertions, 16 deletions
diff --git a/LICENSE b/LICENSE
index ac83de9..13cf8f2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,12 +1,13 @@
- /emmet-mode.el
- Copyright (C) 2013- Shin Aoyama
+ Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks)
+ Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica)
Copyright (C) 2009-2012 Chris Done
Version: 1.X.X
Author: Shin Aoyama <smihica@gmail.com>
URL: https://github.com/smihica/emmet
- Last-Updated: 2013-06-23 Sun
+ Last-Updated: 2014-07-14 Mon
Keywords: convenience
This file is free software; you can redistribute it and/or modify
diff --git a/emmet-mode.el b/emmet-mode.el
index 90a0425..1452731 100644
--- a/emmet-mode.el
+++ b/emmet-mode.el
@@ -1,12 +1,13 @@
;;; emmet-mode.el --- Unofficial Emmet's support for emacs
-;; Copyright (C) 2013- Shin Aoyama
+;; Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks)
+;; Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica)
;; Copyright (C) 2009-2012 Chris Done
-;; Version: 1.0.8
+;; Version: 1.0.9
;; Author: Shin Aoyama <smihica@gmail.com>
;; URL: https://github.com/smihica/emmet-mode
-;; Last-Updated: 2014-02-19 Wed
+;; Last-Updated: 2014-07-14 Mon
;; Keywords: convenience
;; This file is free software; you can redistribute it and/or modify
@@ -3466,14 +3467,6 @@ tbl))
"Customization group for emmet-mode."
:group 'convenience)
-(defun emmet-check-for-markup (bound)
- (save-excursion
- (save-match-data
- (goto-char (line-beginning-position))
- (if (re-search-forward "\\(\\([ \t]+\\)?<[^>]*?>\\)+" bound t)
- t
- nil))))
-
(defun emmet-expr-on-line ()
"Extract a emmet expression and the corresponding bounds
for the current line."
diff --git a/src/comments.el b/src/comments.el
index bee21a5..f91f99a 100644
--- a/src/comments.el
+++ b/src/comments.el
@@ -1,12 +1,13 @@
;;; emmet-mode.el --- Unofficial Emmet's support for emacs
-;; Copyright (C) 2013- Shin Aoyama
+;; Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks)
+;; Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica)
;; Copyright (C) 2009-2012 Chris Done
-;; Version: 1.0.8
+;; Version: 1.0.9
;; Author: Shin Aoyama <smihica@gmail.com>
;; URL: https://github.com/smihica/emmet-mode
-;; Last-Updated: 2014-02-19 Wed
+;; Last-Updated: 2014-07-14 Mon
;; Keywords: convenience
;; This file is free software; you can redistribute it and/or modify