Skip to content
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

font-lock ccall as builtin #134

Merged
merged 2 commits into from
Jul 16, 2020

Conversation

non-Jedi
Copy link
Contributor

Closes #125

Since the semantics of ccall are so similar to a function call, it makes sense to highlight it as a builtin rather than as a keyword.

@non-Jedi non-Jedi changed the title font-lock ccall a builtin font-lock ccall as builtin Jul 13, 2020
non-Jedi added 2 commits July 13, 2020 17:38
C_NULL is the only highlighted constant exported from Base. In a
baremodule, it is undefined (and therefore can't be assumed to be a
constant).

Cvoid is a constant alias for nothing exported from Core.
@non-Jedi non-Jedi force-pushed the font-lock-builtin-face branch from fb212eb to 549a7b4 Compare July 13, 2020 21:38
@tpapp tpapp merged commit a4eeb6c into JuliaEditorSupport:master Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

font-lock-builtin-face for true builtins
2 participants