mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +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 -*-
|
# -*- 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`
|
Loading…
x
Reference in New Issue
Block a user