Skip to content

Commit

Permalink
πŸ“ Add badges to readme and node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrob committed Jun 15, 2024
1 parent 017e3dd commit 2e2589e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [pull_request, workflow_dispatch]
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
ci:
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# vscode-just

![license](https://img.shields.io/github/license/nefrob/vscode-just?style=flat-square)
![ci](https://github.com/nefrob/vscode-just/actions/workflows/ci.yml/badge.svg?branch=main)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.dev)

VSCode syntax highlighting extension for the [just](https://github.com/casey/just) language.

Contents:
Expand All @@ -11,13 +15,6 @@ Contents:
- [Contributing](#contributing)
- [References](#references)

<a href="https://gitmoji.dev">
<img
src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square"
alt="Gitmoji"
/>
</a>

## Features

Basic syntax highlighting for just files:
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
"name": "vscode-just-syntax",
"publisher": "nefrob",
"repository": "https://github.com/nefrob/vscode-just",
"bugs": {
"url": "https://github.com/nefrob/vscode-just/issues"
},
"displayName": "vscode-just",
"description": "Justfile syntax support for Visual Studio Code",
"license": "MIT",
"version": "0.3.0",
"engines": {
"vscode": "^1.85.0"
"node": ">=16.0.0",
"vscode": ">=1.85.0"
},
"scripts": {
"lint": "prettier --cache .",
Expand Down

0 comments on commit 2e2589e

Please sign in to comment.