;;; srecode-template.wy --- Semantic Recoder Template parser ;; Copyright (C) 2005-2014 Free Software Foundation, Inc. ;; Author: Eric Ludlam ;; Keywords: syntax ;; X-RCS: $Id: srecode-template.wy,v 1.10 2009-01-09 23:01:54 zappo Exp $ ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . ;;; Commentary: ;; ;; Parser for the Semantic Recoder template language ;; ;; Semantic Recoder templates are based on Google Templates ;; and are at the bottom of the Semantic Recoder API. %package srecode-template-wy %provide srecode/srt-wy %languagemode srecode-mode %start template_file ;;; KEYWORDS %type %keyword SET "set" %put SET summary "set " %keyword SHOW "show" %put SHOW summary "show ; to show a section" %keyword MACRO "macro" %put MACRO summary "... macro \"string\" ..." %keyword CONTEXT "context" %put CONTEXT summary "context " %keyword TEMPLATE "template" %put TEMPLATE summary "template \\n