mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add YASnippet, a template system for Emacs.
Feature safe: yes
This commit is contained in:
parent
6cff73f550
commit
672d75d729
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257217
@ -267,6 +267,7 @@
|
||||
SUBDIR += xmleditor
|
||||
SUBDIR += xvile
|
||||
SUBDIR += xxe
|
||||
SUBDIR += yasnippet
|
||||
SUBDIR += yudit
|
||||
SUBDIR += yui
|
||||
SUBDIR += yzis
|
||||
|
34
editors/yasnippet/Makefile
Normal file
34
editors/yasnippet/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: yasnippet
|
||||
# Date created: 30 Jun 2010
|
||||
# Whom: olgeni@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yasnippet
|
||||
PORTVERSION= 0.6.1c
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
yasnippet-doc-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= YASnippet is a template system for Emacs
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_EMACS= yes
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/dropdown-list.el ${PREFIX}/${EMACS_SITE_LISPDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/yasnippet.el ${PREFIX}/${EMACS_SITE_LISPDIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} snippets ${DATADIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@cd ${WRKDIR}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
6
editors/yasnippet/distinfo
Normal file
6
editors/yasnippet/distinfo
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (yasnippet-0.6.1c.tar.bz2) = 36f871844f9b32a3efd31ec55676b631
|
||||
SHA256 (yasnippet-0.6.1c.tar.bz2) = 81ff65691182c59fcc53cf10ff783757d143246bc2f7a2b79c4452d144c17f05
|
||||
SIZE (yasnippet-0.6.1c.tar.bz2) = 47493
|
||||
MD5 (yasnippet-doc-0.6.1c.tar.bz2) = 4e870799b3483346c26cd5894c5ffa51
|
||||
SHA256 (yasnippet-doc-0.6.1c.tar.bz2) = fc426b1365097c1db2d7d24139e15982c3abd792bfb8990934993f8e49688304
|
||||
SIZE (yasnippet-doc-0.6.1c.tar.bz2) = 490738
|
13
editors/yasnippet/files/pkg-message.in
Normal file
13
editors/yasnippet/files/pkg-message.in
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
To use YASnippet in Emacs, add the following lines to your ~/.emacs:
|
||||
|
||||
(require 'yasnippet)
|
||||
(yas/initialize)
|
||||
;; for the default snippets:
|
||||
(yas/load-directory "%%PREFIX%%/share/yasnippet/snippets")
|
||||
|
||||
This way you will get a predefined, read-only behavior.
|
||||
|
||||
You may also use a different directory with your own snippets, and
|
||||
copy any required snippets from the default directory.
|
||||
|
9
editors/yasnippet/pkg-descr
Normal file
9
editors/yasnippet/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
YASnippet is a template system for Emacs. It allows you to type an
|
||||
abbreviation and automatically expand it into function templates.
|
||||
|
||||
Bundled language templates includes: C, C++, C#, Perl, Python, Ruby,
|
||||
SQL, LaTeX, HTML, CSS and more. The snippet syntax is inspired from
|
||||
TextMate's syntax, you can even import most TextMate templates to
|
||||
YASnippet.
|
||||
|
||||
WWW: http://code.google.com/p/yasnippet/
|
433
editors/yasnippet/pkg-plist
Normal file
433
editors/yasnippet/pkg-plist
Normal file
@ -0,0 +1,433 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/changelog.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/define_snippet.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/bg-content-left.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/bg-content-right.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/bg-content.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/bg-navigation-item-hover.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/bg-navigation-item.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/bg-navigation.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/body.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/customization-group.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/dropdown-menu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/external.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/ido-menu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/menu-1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/menu-2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/menu-groups.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/menu-parent.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/minor-mode-indicator.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/x-menu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/snippet-development.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/snippet-expansion.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/snippet-menu.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/snippet-organization.html
|
||||
%%EMACS_SITE_LISPDIR%%/dropdown-list.el
|
||||
%%EMACS_SITE_LISPDIR%%/yasnippet.el
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/c++-mode/beginend
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/c++-mode/class
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/c++-mode/ns
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/c++-mode/template
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/c++-mode/using
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/c-mode/fopen
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/c-mode/printf
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/attrib
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/attrib.1
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/attrib.2
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/class
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/comment
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/comment.1
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/comment.2
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/comment.3
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/method
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/namespace
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/prop
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/region
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/using
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/using.1
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/csharp-mode/using.2
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/do
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/for
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/if
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/inc
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/inc.1
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/main
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/objc-mode/prop
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/once
|
||||
%%DATADIR%%/snippets/text-mode/cc-mode/struct
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/bg
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/bg.1
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/bor
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/cl
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/disp.block
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/disp.inline
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/disp.none
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/ff
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/fs
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/mar.bottom
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/mar.left
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/mar.mar
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/mar.margin
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/mar.right
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/mar.top
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/pad.bottom
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/pad.left
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/pad.pad
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/pad.padding
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/pad.right
|
||||
%%DATADIR%%/snippets/text-mode/css-mode/pad.top
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/.read_me
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/defun
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/dired.process_marked
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/file.process
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/file.read-lines
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/find-replace
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/grabstring
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/grabthing
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/traverse_dir
|
||||
%%DATADIR%%/snippets/text-mode/emacs-lisp-mode/word-or-region
|
||||
%%DATADIR%%/snippets/text-mode/email
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/after
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/begin
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/beh
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/case
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/compile
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/def
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/exp
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/fun
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/if
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/ifdef
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/ifndef
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/imp
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/inc
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/inc.lib
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/loop
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/mod
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/rcv
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/rcv.after
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/rec
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/try
|
||||
%%DATADIR%%/snippets/text-mode/erlang-mode/undef
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/au
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/bd
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/c
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/ch
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/cx
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/dc
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/do
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/dp
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/eq
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/ib
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/ic
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/ich
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/if
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/ii
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/il
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/in
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/inc
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/intr
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/ir
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/l
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/pa
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/pr
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/re
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/st
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/su
|
||||
%%DATADIR%%/snippets/text-mode/f90-mode/wr
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/body
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/br
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/code
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/code.class
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/dd
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/div
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/div.class
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/div.id
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/div.id-class
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/dl
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/dl.id
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/doctype
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/doctype.xhml1
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/doctype.xhtml1_1
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/doctype.xhtml1_strict
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/doctype.xhtml1_transitional
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/dov
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/dt
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/form
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/h1
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/h2
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/h3
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/h4
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/h5
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/h6
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/head
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/hr
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/href
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/html
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/html.xmlns
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/img
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/input
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/li
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/li.class
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/link.stylesheet
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/link.stylesheet-ie
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/mailto
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/meta
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/meta.http-equiv
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/ol
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/ol.class
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/ol.id
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/p
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/pre
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/quote
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/script.javascript
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/script.javascript-src
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/span
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/span.class
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/span.id
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/style
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/table
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/td
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/textarea
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/th
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/title
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/tr
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/ul
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/ul.class
|
||||
%%DATADIR%%/snippets/text-mode/html-mode/ul.id
|
||||
%%DATADIR%%/snippets/text-mode/latex-mode/begin
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/+
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/-
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/_
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/__
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/`
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h1.1
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h1.2
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h2.1
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h2.2
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h3
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h4
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h5
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/h6
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/hr.1
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/hr.2
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/img
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/link
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/ol
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/rimg
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/rlb
|
||||
%%DATADIR%%/snippets/text-mode/markdown-mode/rlink
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/body
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/br
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/code
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/div
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/doctype
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/doctype.xhtml1_strict
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/doctype.xhtml1_transitional
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/form
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/h1
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/h2
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/h3
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/h4
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/h5
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/h6
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/head
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/hr
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/href
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/html
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/img
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/input
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/li
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/link
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/meta
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/name
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/ol
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/p
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/pre
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/quote
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/span
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/style
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/table
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/tag.1l
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/tag.2l
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/td
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/th
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/title
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/tr
|
||||
%%DATADIR%%/snippets/text-mode/nxml-mode/ul
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/eval
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/for
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/fore
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/if
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/ife
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/ifee
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/sub
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/unless
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/while
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/xfore
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/xif
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/xunless
|
||||
%%DATADIR%%/snippets/text-mode/perl-mode/xwhile
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/__
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/class
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/def
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/defm
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/for
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/ifmain
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/prop
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/propg
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/propsg
|
||||
%%DATADIR%%/snippets/text-mode/python-mode/while
|
||||
%%DATADIR%%/snippets/text-mode/rst-mode/chap
|
||||
%%DATADIR%%/snippets/text-mode/rst-mode/sec
|
||||
%%DATADIR%%/snippets/text-mode/rst-mode/tit
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/#
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/=b
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/Comp
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/all
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/am
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/any
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/app
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/bm
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/case
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/cla
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/classify
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/cls
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/collect
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/dee
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/deli
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/det
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/dow
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/ea
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/eac
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/eai
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/eav
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/eawi
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/forin
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/if
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/ife
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/inject
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/mm
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/r
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/rb
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/reject
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/req
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/rreq
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/rw
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/select
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/tim
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/until
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/upt
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/w
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/when
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/while
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/y
|
||||
%%DATADIR%%/snippets/text-mode/ruby-mode/zip
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/act
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/act.arg
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/actor
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/ano
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/app
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/arr.new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/arr.val-new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/asof
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/ass
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/ass.true
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/at.author
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/at.param
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/at.return
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/at.version
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/bang
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/case
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/case.match-all
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cast
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cc
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cl
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cl.abs
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cl.abs-arg
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cl.arg
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/clof
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/co
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cons
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/cons.nil
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.arg
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.arg-body
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.arg-ret
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.arg-ret-body
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.body
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.ret
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.ret-body
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/def.simple
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/doc.class
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/doc.def
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/doc.file
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/doc.file-scala
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/doc.file-scala-api
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/doc.scaladoc
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/expect
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/ext
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/for.extract
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/for.if
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/for.loop
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/for.multi
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/foreach
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/hmap.new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/hmap.val-new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/hset.new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/hset.val-new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/if
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/if.else
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/imp
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/intercept
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/isof
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/ls.new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/ls.val-new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/main
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/map
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/map.new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/match
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/match.can
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/match.option
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/mix
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/ob
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pac
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pr.newline
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pr.simple
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pr.string
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pr.trace
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pri
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pri.param
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pro
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/pro.param
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/suite
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/test
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/throw
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/tr
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/tr.ext
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/tr.ext-with
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/tr.with
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/try
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/try.catch-finally
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/try.finally
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/tup.arrow
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/tup.paren
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/val
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/val.new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/val.ret
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/var
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/var.new
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/var.ret
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/whi
|
||||
%%DATADIR%%/snippets/text-mode/scala-mode/with
|
||||
%%DATADIR%%/snippets/text-mode/snippet-mode/field
|
||||
%%DATADIR%%/snippets/text-mode/snippet-mode/mirror
|
||||
%%DATADIR%%/snippets/text-mode/snippet-mode/vars
|
||||
%%DATADIR%%/snippets/text-mode/sql-mode/column
|
||||
%%DATADIR%%/snippets/text-mode/sql-mode/constraint
|
||||
%%DATADIR%%/snippets/text-mode/sql-mode/constraint.1
|
||||
%%DATADIR%%/snippets/text-mode/sql-mode/create
|
||||
%%DATADIR%%/snippets/text-mode/sql-mode/create.1
|
||||
%%DATADIR%%/snippets/text-mode/sql-mode/references
|
||||
%%DATADIR%%/snippets/text-mode/time
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user