Giter VIP home page Giter VIP logo

emu-eggs's Introduction

EMU-Eggs

Extends Snippets EMU

http://www.vim.org/scripts/script.php?script_id=1318

with the ability to specify mapping in individual files with the filename as the trigger keyword. You create ftplugin directories for filetypes as normal in vim and then add a file called bundle.vim to the directory. The bundle.vim file only needs to have a single line

FSnippets

which will load all the snippets in the directory. Some sample snippets are included as part of my standard armory.

ftplugin/
| markdown/
| xml/
| xquery/
| xsd/
| haml/
| c/
| | #ifndef.bdl
| | ap.bdl
| | bfor.bdl
| | bundle.vim
| | cerr.bdl
| | class.bdl
| | cout.bdl
| | cr.bdl
| | dcast.bdl
| | fn.bdl
| | for.bdl
| | if.bdl
| | ifor.bdl
| | inc.bdl
| | ir.bdl
| | lfor.bdl
| | namespace.bdl
| | newap.bdl
| | ns.bdl
| | once.bdl
| | ostream.bdl
| | ostreami.bdl
| | pfile.bdl
| | ppath.bdl
| | pt.bdl
| | ri.bdl
| | scast.bdl
| | sptr.bdl
| | sstr.bdl
| | str.bdl
| | template.bdl
| | test.bdl
| | uf.bdl
| | utils.vim
| | vec.bdl
| ruby/
| | bundle.vim
| | ii.bdl
| | renv.bdl
| | map.bdl
| | conceal.vim
| | mapi.bdl
| | inject.bdl
| | injecti.bdl
| | do.bdl
| | dop.bdl
| | ri.bdl
| | re.bdl
| coffee/

A bdl file is just a normal Snippets EMU template. For example

ruby/dop.bdl

expands to

do |<{}>|
<{}>
end

Standard bracketing and quoting is also handled by the library

"" expands to 
""<{}>

'' expands to 
''<{}>

( expands to
()<{}>

	[ expands to
[]<{}>

{ expands to
{}<{}>

all the expansions work nicely nested so you can write lispy code and each tab will jump you out of and to the end of the current bracket block

Important

Make sure you have the SnippetsEmu plugin loaded on the path before this plugin is loaded

emu-eggs's People

Contributors

bradphelan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.