-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enh(cpp) Highlight all function dispatches #3005
enh(cpp) Highlight all function dispatches #3005
Conversation
Should |
It's a convention now (hence the patch to avoid emitting HTML for them), though I also considered
It's split cleanly between built-in classes (still highlighted as built-in keywords) and built-in functions (highlighted via the |
Ping. |
Yea I noticed the patch in the core changes. I'm not convinced that |
I like free naming too much so I codified keywords: {
delicious: { extraSpecialHighlighting: true, list: "for if def when" }
} I don't want to worry too much about saving the namespace for the future. |
1870b5c
to
210a91e
Compare
Work towards resolving #2973.
Related: #2500.
Changes
function.dispatch
, which aliasesto
built_in
for nowChecklist
CHANGES.md
AUTHORS.txt
, under Contributors