summaryrefslogtreecommitdiff
path: root/tests/examplefiles/function_arrows.coffee
Commit message (Collapse)AuthorAgeFilesLines
* CoffeeScript's fat arrow (=>) now highlighted properlyRichard Metzler2013-12-091-0/+11
- Bug Report: https://bitbucket.org/birkenfeld/pygments-main/issue/712/better-functions-and-methods-handling-in - test file in tests/examplefiles/function_arrows.coffee I also refactored the regex to be more readable (put a group in one line instead of breaking it). I needed to do this to spot the error.