Skip to content

Commit beb915a

Browse files
committed
Add Java to support list
1 parent 17b2928 commit beb915a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,22 @@ Codebook is in active development. As better dictionaries are added, words that
113113
| C ||
114114
| CSS | ⚠️ |
115115
| Go | ⚠️ |
116-
| Haskell | ⚠️ |
117116
| HTML | ⚠️ |
117+
| Haskell | ⚠️ |
118+
| Java ||
118119
| JavaScript ||
119120
| Markdown ||
121+
| PHP | ⚠️ |
120122
| Plain Text ||
121123
| Python ||
122-
| PHP | ⚠️ |
123124
| Ruby ||
124125
| Rust ||
125126
| TOML ||
126127
| TypeScript ||
127128

128-
✅ = Good to go
129-
⚠️ = Supported, but needs more testing
130-
❌ = Work has started, but there are issues
129+
✅ = Good to go.
130+
⚠️ = Supported, but needs more testing. Help us improve!
131+
❌ = Work has started, but there are issues.
131132

132133
If Codebook is not marking issues you think it should, please file a GitHub issue!
133134

examples/example.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
public class example {
2+
23
// single line comment with a spelling mistake: helllo
34

45
/**
@@ -27,8 +28,7 @@ public interface Innerexample {
2728
}
2829

2930
// class declaration with a spelling mistake
30-
class PointlessClasss {
31-
}
31+
class PointlessClasss {}
3232

3333
public static void main(String[] args) {
3434
// catch formal parameter spelling mistake

0 commit comments

Comments
 (0)