highlight.js
highlight.js copied to clipboard
(objectivec) some keywords need to be moved to `type`
Types are mixed in with keywords and should be split out.
I'll try to take this issue. What exactly needs to be moved/split?
What exactly needs to be moved/split?
The keywords that really are data types, not language keywords. Should be moved to keywords/type
rather than keywords/keyword
. You can find examples in many of the other grammars that split these out.
@ElijahPepe Could you have a look at: https://github.com/highlightjs/highlight.js/pull/3499