Skip to content

Commit

Permalink
Make metadata section conform to existing directives (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
benthamite authored May 7, 2024
1 parent 3c09fa9 commit ed04a0b
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/bookinbook
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: bookinbook
# key: bookinbook
# author: Spenser Truex
# contributor: Spenser Truex
# --
@bookinbook{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/collection
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: collection
# key: collection
# author: Spenser Truex
# contributor: Spenser Truex
# --
@collection{ ${title},
editor = {${editor}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/dataset
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: dataset
# key: dataset
# author: Spenser Truex
# contributor: Spenser Truex
# --
@dataset{ ${title}
title = {${title}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/electronic
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: electronic
# key: electronic
# author: Spenser Truex
# contributor: Spenser Truex
# --
@electronic{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/inreference
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: inreference
# key: inreference
# author: Spenser Truex
# contributor: Spenser Truex
# --
@inreference{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/mvbook
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: mvbook
# key: mvbook
# author: Spenser Truex
# contributor: Spenser Truex
# --
@mvbook{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/mvcollection
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: mvcollection
# key: mvcollection
# author: Spenser Truex
# contributor: Spenser Truex
# --
@mvcollection{ ${title},
editor = {${editor}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/mvreference
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: mvereference
# key: mvreference
# author: Spenser Truex
# contributor: Spenser Truex
# --
@mvreference{ ${title},
editor = {${editor}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/online
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: online
# key: online
# author: Spenser Truex
# contributor: Spenser Truex
# --
@online{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/patent
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: patent
# key: patent
# author: Spenser Truex
# contributor: Spenser Truex
# --
@patent{ ${title},
title = {${title}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/periodical
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: periodical
# key: periodical
# author: Spenser Truex
# contributor: Spenser Truex
# --
@periodical{ ${title}
editor = {${editor}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/reference
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: reference
# key: reference
# author: Spenser Truex
# contributor: Spenser Truex
# --
@reference{ ${title},
editor = {${editor}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/report
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: report
# key: report
# author: Spenser Truex
# contributor: Spenser Truex
# --
@report{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/set
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: set
# key: set
# author: Spenser Truex
# contributor: Spenser Truex
# --
@set{${title},
entryset = {${entryset}}
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/suppbook
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: suppbook
# key: suppbook
# author: Spenser Truex
# contributor: Spenser Truex
# --
@suppbook{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/suppcollection
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: suppcollection
# key: suppcollection
# author: Spenser Truex
# contributor: Spenser Truex
# --
@suppcollection{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/suppperiodical
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: suppperiodical
# key: suppperiodical
# author: Spenser Truex
# contributor: Spenser Truex
# --
@suppperiodical{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/thesis
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: thesis
# key: thesis
# author: Spenser Truex
# contributor: Spenser Truex
# --
@thesis{ ${title},
author = {${author}},
Expand Down
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/xdata
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: snippet -*-
# name: xdata
# key: xdata
# author: Spenser Truex
# contributor: Spenser Truex
# --
@xdata{ ${title},
$0
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/app
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Anders Bach Nielsen <[email protected]>
# contributor: Anders Bach Nielsen <[email protected]>
# name: object name extends App
# key: app
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/case
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: case pattern =>
# key: case
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Sam Halliday
# contributor: Sam Halliday
# name: case class T(arg: A)
# key: cc
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/co
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: case object T
# key: co
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/cons
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: element1 :: element2
# key: cons
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: def f(arg: T): R = {...}
# key: def
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/doc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Anders Bach Nielsen <[email protected]>
# contributor: Anders Bach Nielsen <[email protected]>
# name: /** ... */
# key: doc
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/for
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Sam Halliday
# contributor: Sam Halliday
# name: for { x <- xs } yield
# key: for
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/if
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: if (cond) { .. }
# key: if
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/ls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: List(..)
# key: ls
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/main
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: def main(args: Array[String]) = { ... }
# key: main
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/match
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: cc match { .. }
# key: match
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/ob
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: object name extends T
# key: ob
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/throw
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Jonas Bonèr <[email protected]>
# contributor: Jonas Bonèr <[email protected]>
# name: throw new Exception
# key: throw
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/try
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
#Author : Sam Halliday
# contributor: Sam Halliday
# name: try { .. } catch { case e => ..}
# key: try
# --
Expand Down
2 changes: 1 addition & 1 deletion snippets/scala-mode/valueclass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# Author: Michael Pollmeier
# contributor: Michael Pollmeier
# name: value class
# key: vc
# --
Expand Down

0 comments on commit ed04a0b

Please sign in to comment.