iazarny / gitember

Gitember another git GUI client written on javafx
http://gitember.org/
83 stars 14 forks source link

Invalid package for CSharpLexer #18

Closed lyahim closed 7 months ago

lyahim commented 7 months ago

Hi,

I've found that CSharpLexer has an invalid package name on branch 235.

package com.az.gitember.controller.lang.cpp; ...

public class CSharpLexer extends Lexer { ... }

And there are references in

Br, Mihaly