Skip to content

Commit 9b67842

Browse files
committed
piccode: Support emacs supported style error messages
1 parent d7c9b5d commit 9b67842

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package org.piccode.piccodescript;
2+
3+
/**
4+
*
5+
* @author hexaredecimal
6+
*/
7+
public enum ErrorAsciiKind {
8+
GLEAM_STYLE,
9+
EMACS_COMP_STYLE
10+
}

0 commit comments

Comments
 (0)