Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk committed Aug 21, 2023
1 parent aa56564 commit 23bb643
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 400 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"mwbot",
"Scribunto",
"syntaxhighlight",
"uncast",
"vsix",
"wikitable",
"wikixml",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![GitHub Actions CodeQL](https://github.com/Frederisk/Wikitext-VSCode-Extension/actions/workflows/codeql-analysis.yml/badge.svg/)](https://github.com/Frederisk/Wikitext-VSCode-Extension/actions?query=workflow%3ACodeQL)
[![CodeFactor Status](https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension/badge)](https://www.codefactor.io/repository/github/frederisk/wikitext-vscode-extension)

[![@mastodon.social@rwfholme](https://img.shields.io/badge/mastodon-%40rwfholme%40mastodon.social-66F)](https://mastodon.social/@rwfholme)
[![@mastodon.social@rwfholme](https://img.shields.io/badge/mastodon.social-%40rwfholme-66F)](https://mastodon.social/@rwfholme)
[![Patreon Donate](https://img.shields.io/badge/donate-patreon-orange)](https://www.patreon.com/rwfholme)

This Visual Studio Code Extension provides support of Wikitext Markup language. With this extension, you can more easily discover your grammatical problems through the marked and styled text. The plugin is based on MediaWiki's Wikitext standard, but the rules are somewhat stricter, which helps users write text that is easier to read and maintain.
Expand Down
5 changes: 5 additions & 0 deletions src/export_command/commadRegistrar.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Rowe Wilson Frederisk Holme. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import * as vscode from 'vscode';

export type CommandFactory = (context: vscode.ExtensionContext) => ((...args: unknown[]) => unknown);
Expand Down
1 change: 0 additions & 1 deletion src/export_command/wikimedia_function/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import * as vscode from 'vscode';
import type MWBot from 'mwbot';
import { } from '../../extension-node';
import { Action, ContextModel, alterNativeValues, Prop } from './args';
import { GetViewResult, ViewConvert } from '../../interface_definition/api_interface/getView';
import { getHost } from '../vscode_function/host';
Expand Down
Loading

0 comments on commit 23bb643

Please sign in to comment.