mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 02:14:17 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: and
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: And
|
||||
# --
|
||||
.and.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: eq
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Equal
|
||||
# --
|
||||
.eq.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: eqv
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Equality
|
||||
# --
|
||||
.eqv.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: gt
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Greater Than
|
||||
# --
|
||||
.gt.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: ge
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Greater or Equal
|
||||
# --
|
||||
.ge.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: lt
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Less Than
|
||||
# --
|
||||
.lt.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: le
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Less or Equal
|
||||
# --
|
||||
.le.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: neqv
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Non-Equality
|
||||
# --
|
||||
.neqv.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: not
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Not
|
||||
# --
|
||||
.not.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: or
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Or
|
||||
# --
|
||||
.or.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: F
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: .FALSE.
|
||||
# --
|
||||
.FALSE.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: T
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: .TRUE.
|
||||
# --
|
||||
.TRUE.
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: all
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: all
|
||||
# --
|
||||
all(${1:mask}${2:, dim=${3:1}})
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: any
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: any
|
||||
# --
|
||||
any(${1:mask}${2:, dim=${3:1}})
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: count
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: count
|
||||
# --
|
||||
count(${1:mask}${2:, dim=${3:1}})
|
||||
Reference in New Issue
Block a user