mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-03-23 00:02:25 +00:00
* Fix issue 113: invalid filenames on Windows. Thanks claudio.bley!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: rb
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: #!/usr/bin/env ruby -wKU
|
||||
## condition: "source.ruby"
|
||||
# --
|
||||
#!/usr/bin/env ruby -wKU
|
||||
Reference in New Issue
Block a user