Giter Site home page Giter Site logo

vim-etpl's Introduction

vim-etpl

vim etpl syntax

basic

默认仅支持.etpl后缀,如果你想在其他后缀中使用,很简单,指定一行modeline就行:

<!-- vim: set ft=etpl ts=4 sw=4 sts=4 tw=120 fdm=indent: -->

customize

可以通过配置以下选项改变etpl的起始串和结束串,比如类似mustache:

" 默认为`<!--`
let g:etpl_command_open='{{#'
" 默认为`-->`
let g:etpl_command_close='}}'

" 默认`${`
let g:etpl_variable_open='<%'
" 默认`}`
let g:etpl_variable_close='%>'

当然,不能保证所有配置都能work!

snippets

Make sure you have SirVer/ultisnips installed.

matchit

Make sure you have vim-scripts/matchit.zip installed.

vim-etpl's People

Contributors

hushicai avatar

Stargazers

 avatar Li YuBei avatar mite.chen avatar mite.chen avatar  avatar  avatar Zhao Lei avatar  avatar

Watchers

 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.