Skip to content

Commit

Permalink
formatting and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Freeman committed Dec 1, 2021
1 parent df83d16 commit 5f1b721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CHANGELOG

## jupyterlab_graph_lsp 0.1.2

- Add `sparql-query` and `sparql-update` to sparql language server spec to
launch sparql lsp when opening `.sparql` and `.sparul` files.
- Add `sparql-query` and `sparql-update` to sparql language server spec to launch sparql
lsp when opening `.sparql` and `.sparul` files.

## @jupyrdf/jupyterlab-graph-lsp 0.1.2

Expand Down
1 change: 0 additions & 1 deletion src/modes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export async function installModes(_CodeMirror: any) {
return (level || 0) * (this.config?.indentUnit || 0);
}


_CodeMirror.modeInfo.push({
ext: ['sparul', '.sparul'],
mime: 'application/sparql-query',
Expand Down

0 comments on commit 5f1b721

Please sign in to comment.