Skip to content

Commit

Permalink
Merge pull request #7 from numaru/release/v1.0.0
Browse files Browse the repository at this point in the history
Update master to v1.0.0
  • Loading branch information
Kin Numaru committed Mar 31, 2018
2 parents 4f80370 + ab54bd1 commit 8ce8e46
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 1.0.0 - 2018-03-31

### Added

* Syntax highlighting
* Test suites folding

[Unreleased]: https://github.com/numaru/vscode-tap/compare/v1.0.0...develop
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Functionality
# TAP for Visual Studio Code

** TODO: Functionality description **
This extension add language support for [Test Anything Protocol](https://testanything.org/) language.

# Install
# Functionality

** TODO: Install description **
* [x] Syntax highlighting
* [x] Test suites folding
* [ ] Logging of test fails in problems console

# Known Issues

Expand Down
2 changes: 1 addition & 1 deletion syntaxes/tap.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"match": "^\\d+\\.\\.\\d+$",
"name": "storage.modifier"
}, {
"match": "^((ok|not ok) \\d+)( - ([^#\\n]*))?",
"match": "^\\s*((ok|not ok) \\d+)( - ([^#\\n]*))?",
"captures": {
"1": {"name": "storage.type"},
"4": {"name": "string.unquoted"}
Expand Down

0 comments on commit 8ce8e46

Please sign in to comment.