Add elpa packages
This commit is contained in:
parent
2d97873c1c
commit
afd61b5209
197 changed files with 76816 additions and 0 deletions
9
elpa/web-mode-17.3.22/.github/CONTRIBUTING.md
vendored
Normal file
9
elpa/web-mode-17.3.22/.github/CONTRIBUTING.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Contributing to Web-Mode
|
||||
|
||||
Things that might be useful in your report
|
||||
|
||||
* an accurate description of the issue
|
||||
* an example on gist (a screenshot of the code is a bad idea because it can not be copy/paste)
|
||||
* the output of ```M-x web-mode-debug```
|
||||
* lines in the * *Messages* * buffer related to the issue (if they exist)
|
||||
* a screenshot (if needed)
|
||||
2
elpa/web-mode-17.3.22/.github/FUNDING.yml
vendored
Normal file
2
elpa/web-mode-17.3.22/.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
github: fxbois
|
||||
custom: ["https://www.paypal.me/fxbois"]
|
||||
16
elpa/web-mode-17.3.22/README.md
Normal file
16
elpa/web-mode-17.3.22/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
web-mode.el
|
||||
=========
|
||||
|
||||
web-mode.el is an emacs major mode for editing **web templates** aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by client/server side engines).
|
||||
|
||||
web-mode.el is compatible with many template engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker, Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template, Dust.js, Google Closure (soy), React/JSX, Angularjs, ejs, Nunjucks, etc.
|
||||
|
||||
More infos on https://web-mode.org/
|
||||
|
||||

|
||||
|
||||
[](https://www.paypal.me/fxbois)
|
||||
|
||||
[](http://melpa.org/#/web-mode)
|
||||
|
||||
[](http://stable.melpa.org/#/web-mode)
|
||||
39
elpa/web-mode-17.3.22/web-mode-autoloads.el
Normal file
39
elpa/web-mode-17.3.22/web-mode-autoloads.el
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
;;; web-mode-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
||||
;; Generated by the `loaddefs-generate' function.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from web-mode.el
|
||||
|
||||
(put 'web-mode-attr-indent-offset 'safe-local-variable #'(lambda (v) (or (integerp v) (booleanp v))))
|
||||
(put 'web-mode-attr-value-indent-offset 'safe-local-variable #'(lambda (v) (or (integerp v) (booleanp v))))
|
||||
(put 'web-mode-markup-indent-offset 'safe-local-variable #'integerp)
|
||||
(put 'web-mode-markup-comment-indent-offset 'safe-local-variable #'integerp)
|
||||
(put 'web-mode-css-indent-offset 'safe-local-variable #'integerp)
|
||||
(put 'web-mode-code-indent-offset 'safe-local-variable #'integerp)
|
||||
(put 'web-mode-sql-indent-offset 'safe-local-variable #'integerp)
|
||||
(autoload 'web-mode "web-mode" "\
|
||||
Major mode for editing web templates.
|
||||
|
||||
(fn)" t)
|
||||
(register-definition-prefixes "web-mode" '("web-mode-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'web-mode-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; web-mode-autoloads.el ends here
|
||||
2
elpa/web-mode-17.3.22/web-mode-pkg.el
Normal file
2
elpa/web-mode-17.3.22/web-mode-pkg.el
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
;; Generated package description from web-mode.el -*- no-byte-compile: t -*-
|
||||
(define-package "web-mode" "17.3.22" "major mode for editing web templates" '((emacs "23.1")) :commit "38013bcec72b93e29ffc3ce7fc7c20e233ea5c01" :maintainer '("François-Xavier Bois" . "fxbois@gmail.com") :keywords '("languages") :url "https://web-mode.org")
|
||||
15141
elpa/web-mode-17.3.22/web-mode.el
Normal file
15141
elpa/web-mode-17.3.22/web-mode.el
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue