;ELC   
;;; Compiled
;;; in Emacs version 25.3.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(require 'smartparens)
#@341 Move point to the beginning of next SGML tag.

With ARG positive N > 1, move N tags forward.

With ARG raw prefix argument \[universal-argument] move out of
the current tag and to the beginning of enclosing tag.

Note: this function is based on `sp-beginning-of-sexp' but
specialized to only work with SGML tags and to always move
forward.
(defalias 'sp-html-next-tag #[(arg) "\302\303	!\203 \304	!\202 \304\305	!T!)\207" [sp-prefix-tag-object arg t sp--raw-argument-p sp-beginning-of-sexp prefix-numeric-value] 3 (#$ . 434) "P"])
#@347 Move point to the beginning of previous SGML tag.

With ARG positive N > 1, move N tags backward.

With ARG raw prefix argument \[universal-argument] move out of
the current tag and to the beginning of enclosing tag.

Note: this function is based on `sp-beginning-of-sexp' but
specialized to only work with SGML tags and to always move
backward.
(defalias 'sp-html-previous-tag #[(arg) "\302\303	!\203 \304	!\202 \304\305	![S!)\207" [sp-prefix-tag-object arg t sp--raw-argument-p sp-beginning-of-sexp prefix-numeric-value] 3 (#$ . 975) "P"])
#@146 Post-action hooks for `html-mode'.

ID is the tag being processed, ACTION is the action and CONTEXT
specifies if we are inside a string or code.
(defalias 'sp-html-post-handler #[(&optional id action context) "\306\307\"\203T \212\310\311 \210)\312 \211\205R \n\313\314\"\313\315\"G\\b\210\316\310\317!)\262\205Q \313\320\"\313\321\"GZb\210\212\311 \210\322y\210\323 \203N \324 \325 T|\210)\326 )*\207\306\327\"\203\234 \212\312 \211\205\232 \n\313\320\"\313\321\"GZb\210\330\331!\205\231 \212\313\314\"\313\315\"G\\b\210\326 \210\332 \210\333y\210\323 \205\230 \324 \325 T|))*\207\306\334\"\203\365 \212\310\311 \210)\312 \211\203\340 \n#\313#\314\"\313#\315\"G\\b\210\316\310\317!)\262\203\337 \313#\320\"\313#\321\"GZb\210\326 \210)*\212\332 \210\333y\210\323 \205\363 \324 \325 T|)\207\306\335\"\203C\212\312 \211\205A\n$\313$\320\"\313$\321\"GZb\210\330\331!\205@\313$\314\"\313$\315\"G\\b\210\326 \210\336 \210\311 \210\322y\210\323 \205@\324 \325 T|)*\207\306\337\"\203Y\316\310\317!)\262\205j\340 \207\306\341\"\205j\330\331\333\310#\205j\342 \207" [action sp-prefix-pair-object enc #1=#:struct inhibit-changing-match-data #2=#:struct eql slurp-forward t sp-backward-sexp sp-get-enclosing-sexp plist-get :beg :op "[ 	]*$" looking-at :end :cl -1 sp-point-in-blank-line line-beginning-position line-end-position newline-and-indent slurp-backward sp--looking-back-p "^[ 	]*" sp-forward-sexp nil barf-forward barf-backward sp-backward-up-sexp beginning-of-sexp sp-next-sexp end-of-sexp sp-previous-sexp #3=#:struct #4=#:struct] 5 (#$ . 1527)])
(byte-code "\305	\306\307#\210\310	\306\311\312\313\314\315\316&\210)\317\211\2030 @\320\321\f\"\210)\nTA\211\204 *\322\323!\207" [sp--html-modes #:modes it-index #:list it sp-local-pair "<" ">" sp-local-tag "<_>" "</_>" :transform sp-match-sgml-tags :post-handlers (sp-html-post-handler) 0 add-to-list sp-navigate-consider-sgml-tags provide smartparens-html] 10)
