mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 15:02:26 +00:00
adding suitable usr*bin*ruby snippets for linux
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# -*- mode: snippet -*-
|
# -*- mode: snippet -*-
|
||||||
# key: rb
|
# key: rb
|
||||||
# contributor: Translated from TextMate Snippet
|
# contributor: Translated from TextMate Snippet
|
||||||
# name: #!/usr/bin/env ruby -wKU
|
# name: #!/usr/bin/env ruby
|
||||||
## condition: "source.ruby"
|
|
||||||
# --
|
# --
|
||||||
#!/usr/bin/env ruby -wKU
|
#!/usr/bin/env ruby`yas/ruby-shebang-args`
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -*- mode: snippet -*-
|
||||||
|
# key: rb
|
||||||
|
# contributor: Translated from TextMate Snippet
|
||||||
|
# name: #!/usr/bin/ruby
|
||||||
|
# --
|
||||||
|
#!/usr/bin/ruby`yas/ruby-shebang-args`
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# -*- mode: snippet -*-
|
||||||
|
# key: rb
|
||||||
|
# contributor: Translated from TextMate Snippet
|
||||||
|
# name: #!/usr/bin/local/ruby
|
||||||
|
# --
|
||||||
|
#!/usr/local/bin/ruby`yas/ruby-shebang-args`
|
||||||
Reference in New Issue
Block a user