You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,26 @@ All notable changes to the "Wikitext" extension will be documented in this file.
4
4
5
5
(The version marked with an asterisk(*) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->
6
6
7
-
## [3.2.4] - 2021-3-18
7
+
## [3.3.0] - 2021-05-30
8
+
9
+
### Added
10
+
11
+
- Table caption syntax.
12
+
-`<ref>` tag synax.
13
+
14
+
### Changed
15
+
16
+
- Enhanced URI view page function.
17
+
- Some of textmate scopes.
18
+
- Turn part of the analysis into a built-in language extension that depends on VSCode such as XML and JSON.
19
+
- The extension will be activated when language is set to wikitext to speed up user commands.
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "wikitext",
3
3
"displayName": "Wikitext",
4
4
"description": "Wikitext is a document written in a wiki markup language. This extension provides functional support for the Wikitext language with MediaWiki such as Wikipedia.",
0 commit comments