You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code sample
I'm using Rouge from Jekyll.
A sample of the code that produces the bug:
source_filename = "main.ura"
More info about source_filename in the LLVM LangRef.
Additional information
Apart from that keyword, which is the only failure I've found so far, I read the Pygments LLVM lexer and I observed that it contains a lot more keywords.
I computed the difference between the Rouge keywords + instructions + types and the Pygments ones and I get 162 words that are not present in Rouge but present in Pygments:
Name of the lexer
LLVM Lexer.
Code sample
I'm using Rouge from Jekyll.
A sample of the code that produces the bug:
More info about
source_filename
in the LLVM LangRef.Additional information
Apart from that keyword, which is the only failure I've found so far, I read the Pygments LLVM lexer and I observed that it contains a lot more keywords.
I computed the difference between the Rouge keywords + instructions + types and the Pygments ones and I get 162 words that are not present in Rouge but present in Pygments:
The text was updated successfully, but these errors were encountered: