ddd2bf9020
Swift enables the use of keywords as function names, and we want those to be treated as plain text (like other function names) rather than as keywords. Some keywords require escaping using back-ticks, and this patch accounts for both of those variations.