textmate/lisp.tmbundle

Syntax highlighting: `load` is highlighted inside symbols

wasamasa opened this issue · 0 comments

Example taken from github-linguist/linguist#1767:

(add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/themes/"))

While load is a pretty important function, it should only be highlighted if it's standing on its own instead of getting highlighted inside variables and functions containing that string.