Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2012 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0d6ce8625cf371f22734 to your computer and use it in GitHub Desktop.
Save anonymous/0d6ce8625cf371f22734 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby -wKU
#
# beforeRunningCommand: nop
# input: scope
# inputFormat: text
# keyEquivalent:
# name: Capitalize Keywords
# outputCaret: afterOutput
# outputFormat: text
# outputLocation: replaceInput
# scope: L:keyword.control.fortran.modern
# uuid: 842E0D96-6530-4914-A0D7-9B47E9FBE9C0
# version: 2
#
print STDIN.read.upcase
print ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment