Skip to content

Commit c7efa14

Browse files
Updates
1 parent dc128b0 commit c7efa14

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

hello.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
console.log('hello')
2+
3+
class MyClass {
4+
myField = 1;
5+
constructor() {
6+
console.log('I need more syntax highligthing in vim');
7+
}
8+
9+
mungeData(data) {
10+
return this.myField + data;
11+
}
12+
}

0 commit comments

Comments
 (0)