JuliaDocs / Highlights.jl

A source code highlighter for Julia.
https://highlights.juliadocs.org/stable
Other
37 stars 15 forks source link

Lexer checklist #3

Open MichaelHatherly opened 7 years ago

MichaelHatherly commented 7 years ago

A list of lexers for different languages/filetypes that would be useful to have. For the most part this list should be based on what other source code highlighters (Pygments, Rouge, etc.) have implemented.

tkf commented 5 years ago

It would be nice to add LLVM IR and ASM here. See https://github.com/JuliaDebug/Cthulhu.jl/pull/44

miguelraz commented 2 years ago

I'm adding a bump for tkf's request here and an additional petition for ptx, of which there is already a Pygments port in GPUCompiler.

If someone is willing to handhold me with a ptx PR I'll get around to it.

MichaelHatherly commented 2 years ago

If someone is willing to handhold me with a ptx PR I'll get around to it.

Just ping me when you have any questions. I've not looked at the codebase in a while, but shouldn't be too hard to get reacquainted with it.

Ellipse0934 commented 2 years ago

I was doing the PR on PTX highlighting for GPUCompiler but I suppose this is the natural place to implement first. I will file a PR shortly. The pygments source for highlighting ptx isn't great imo and a specific highlighter should do a better job. I'll file a PR shortly.