Skip to content

Commit 7e925b4

Browse files
committed
some updates
1 parent 1ced562 commit 7e925b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

port_CSharp/AssemblyInfo.cs

-2
This file was deleted.

port_CSharp/PythonLexerBase.cs

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ THE SOFTWARE.
3333
using System.IO;
3434
using System.Collections.Generic;
3535

36+
[assembly: CLSCompliant(true)]
37+
3638
public abstract class PythonLexerBase : Lexer
3739
{
3840
// A stack that keeps track of the indentation lengths

0 commit comments

Comments
 (0)