mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
adding suitable usr*bin*ruby snippets for linux
This commit is contained in:
parent
b589d4434a
commit
6ccfb1da5d
@ -1,7 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: rb
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: #!/usr/bin/env ruby -wKU
|
||||
## condition: "source.ruby"
|
||||
# name: #!/usr/bin/env 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`
|
Loading…
x
Reference in New Issue
Block a user