Fix NameError on @ + UPPERCASE token in Objective-C by pocke · Pull Request #1406 · rouge-ruby/rouge

I got an error when highlighting @FOO as Objective-C. This pull request will fix the problem. $ ruby -Ilib -rrouge -e 'p Rouge.highlight("@FOO", "objective_c", "html")' Traceback (most recent call ...