Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"class" keyword is not highlighted #15

Closed
bryant1410 opened this issue Aug 24, 2017 · 3 comments
Closed

"class" keyword is not highlighted #15

bryant1410 opened this issue Aug 24, 2017 · 3 comments

Comments

@bryant1410
Copy link

No description provided.

@JLLeitschuh
Copy link

Example:

class Dillo(val tailLength : Int)

Produces this HTML:

<pre>class <span class="pl-en">Dillo</span>(<span class="pl-k">val</span> <span class="pl-smi">tailLength</span> <span class="pl-k">:</span> <span class="pl-k">Int</span>)</pre>

@jcornaz
Copy link

jcornaz commented Feb 15, 2018

Same for object, enum and interface

object MyObject {}
interface MyInterface {}
enum class MyEnum {}

@jcornaz
Copy link

jcornaz commented Feb 15, 2018

#20 will solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants