Colonial-Dev / inkjet

A batteries-included syntax highlighting library for Rust, based on tree-sitter.
https://docs.rs/inkjet
Apache License 2.0
51 stars 2 forks source link

Pascal and Objective-C Grammar #17

Closed clsource closed 1 month ago

clsource commented 2 months ago

Hi! I am using this library through the MDEx Elixir library.

I have some code snippets that requires Objective-C and Pascal grammars.

Thank you so much

Colonial-Dev commented 2 months ago

Can do! I'll have to use this grammar for Objective-C, as the one you linked doesn't have any highlighting queries.

I should push a new version sometime in the next few days.

leandrocp commented 2 months ago

@clsource Pascal is already included in Inkjet. I'll add it to MDEx.

I'm doing some work on the syntax highlighting and will update MDEx soon.

Colonial-Dev commented 1 month ago

Apologies for the delay! :bow:

I got caught up in another project with a deadline. I'll push Objective C support shortly!