Skip to content

Commit a6ff450

Browse files
committed
Latest iml2json.bc.js, some cleanup
1 parent fce60a4 commit a6ff450

File tree

3 files changed

+16942
-16943
lines changed

3 files changed

+16942
-16943
lines changed

imlformat/iml2json.bc.js

Lines changed: 16938 additions & 16938 deletions
Large diffs are not rendered by default.

src/formatter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as prettier from 'prettier';
44
import * as iml_prettier from '../imlformat/iml-prettier';
55

66
export function register() {
7-
// Register formatter
87
languages.registerDocumentFormattingEditProvider('imandrax', {
98
async provideDocumentFormattingEdits(document: TextDocument): Promise<TextEdit[]> {
109
const config = workspace.getConfiguration("imandrax");

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"node_modules"
2020
],
2121
"references": [
22-
{
23-
"path": "imlformat/tsconfig.json"
24-
}
25-
]
22+
{
23+
"path": "imlformat/tsconfig.json"
24+
}
25+
]
2626
}

0 commit comments

Comments
 (0)