mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 15:02:26 +00:00
Import snippets for scala-mode and nxml-mode from Anders.
This commit is contained in:
6
snippets/text-mode/scala-mode/tr.ext
Normal file
6
snippets/text-mode/scala-mode/tr.ext
Normal file
@@ -0,0 +1,6 @@
|
||||
#Author : Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
|
||||
#name : trait T extends C { .. }
|
||||
# --
|
||||
trait ${1:name} extends ${2:class} {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user