Commit 8ce8e46 Kin Numaru
authored
File tree 3 files changed +24
-5
lines changed
3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## 1.0.0 - 2018-03-31
11
+
12
+ ### Added
13
+
14
+ * Syntax highlighting
15
+ * Test suites folding
16
+
17
+ [ Unreleased ] : https://github.com/numaru/vscode-tap/compare/v1.0.0...develop
Original file line number Diff line number Diff line change 1
- # Functionality
1
+ # TAP for Visual Studio Code
2
2
3
- ** TODO: Functionality description **
3
+ This extension add language support for [ Test Anything Protocol ] ( https://testanything.org/ ) language.
4
4
5
- # Install
5
+ # Functionality
6
6
7
- ** TODO: Install description **
7
+ * [x] Syntax highlighting
8
+ * [x] Test suites folding
9
+ * [ ] Logging of test fails in problems console
8
10
9
11
# Known Issues
10
12
Original file line number Diff line number Diff line change 18
18
"match" : " ^\\ d+\\ .\\ .\\ d+$" ,
19
19
"name" : " storage.modifier"
20
20
}, {
21
- "match" : " ^((ok|not ok) \\ d+)( - ([^#\\ n]*))?" ,
21
+ "match" : " ^\\ s* ((ok|not ok) \\ d+)( - ([^#\\ n]*))?" ,
22
22
"captures" : {
23
23
"1" : {"name" : " storage.type" },
24
24
"4" : {"name" : " string.unquoted" }
You can’t perform that action at this time.
0 commit comments