highlight.js icon indicating copy to clipboard operation
highlight.js copied to clipboard

(objectivec) some keywords need to be moved to `type`

Open joshgoebel opened this issue 3 years ago • 3 comments

Types are mixed in with keywords and should be split out.

joshgoebel avatar Mar 27 '21 20:03 joshgoebel

I'll try to take this issue. What exactly needs to be moved/split?

ElijahPepe avatar Dec 06 '21 05:12 ElijahPepe

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.

joshgoebel avatar Dec 06 '21 20:12 joshgoebel

@ElijahPepe Could you have a look at: https://github.com/highlightjs/highlight.js/pull/3499

joshgoebel avatar Mar 01 '22 12:03 joshgoebel