Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

YASnippet

YASnippet - Text markup language

< >

YASnippet is a text markup language created in 2008 by Zhang Chiyuan.

#365on PLDB 15Years Old 3.6kUsers
0Books 0Papers 403Repos

A template system for Emacs


Example from the web:
# -*- mode: snippet -*- # name: fun # key: fun # expand-env: ((yas-indent-line 'fixed)) # -- ${1:function-name} :: ${2:type} $1 ${3:arguments} $0
Example from Linguist:
# name: Read stdin # key: stdin # group: es6 # -- new Promise(resolve => { let input = ""; process.stdin.setEncoding("UTF8"); process.stdin.on("readable", () => { const chunk = process.stdin.read(); null !== chunk ? input += chunk : resolve(input); }) }).then(data => { $1 });

Language features

Feature Supported Token Example
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X
mbox.html · yasnippet.html · jython.html

View source

- Build the next great programming language · Search · v2023 · Day 208 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com