Skip to content

Commit

Permalink
Adds syntax highlighting picture (#1)
Browse files Browse the repository at this point in the history
Adds package metainformation
Builds are now restricted to Linux and Windows.
Adds yarn as a dev dependency
  • Loading branch information
c4deszes authored Nov 1, 2021
1 parent f0a0dc7 commit 4aa3188
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.1.0] - 2021-11-01

- Initial release
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@

### Syntax Highlighting

The extension provides highlighting of LDF sections.

![syntax-highlight](https://github.com/c4deszes/ldfsyntax/blob/docs/initial-features/images/syntax-highlight.jpg?raw=true)

### Snippets

__TODO__: insert animation of snippet usage

---

## Known Issues
Expand Down
Binary file added images/syntax-highlight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
"name": "ldf-syntax",
"displayName": "LDF Syntax",
"description": "LIN Description Syntax highlighting and snippets",
"keywords": [
"ldf",
"lin"
],
"license": "MIT",
"version": "0.1.0",
"preview": true,
"publisher": "c4deszes",
"repository": {
"url": "https://github.com/c4deszes/ldfsyntax",
"type": "git"
},
"engines": {
"vscode": "^1.60.0"
},
Expand Down Expand Up @@ -69,6 +80,7 @@
"vsce": "^1.100.2",
"vscode-test": "^1.5.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
"webpack-cli": "^4.7.0",
"yarn": "^1.22.17"
}
}

0 comments on commit 4aa3188

Please sign in to comment.