Skip to content

Commit c5bf512

Browse files
committed
update readme, package informations and add logo
1 parent 251182c commit c5bf512

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# pari-gp-lang README
1+
# PARI/GP Syntax Highlighting for Visual Studio Code
22

3-
This syntax higlighting extension for vscode provides basic colorization for some syntax of the gp scripting language for [PARI/GP](https://pari.math.u-bordeaux.fr/).
3+
This package provides syntax highlighting for GP, the scripting language of the open source computer algebra system [PARI/GP](https://pari.math.u-bordeaux.fr/).
44

5-
## How to install it globally:
5+
## How to install:
66

77
Clone the repo and place it in your extensions folder located at:
88

9-
* Windows: `C:\Users\your-user-name\.vscode\extensions`
10-
* Linux (WSL 2): `/home/your-user-name/.vscode-server/extensions`
11-
* Linux: `/home/your-user-name/.vscode/extensions`
12-
9+
* Windows %USERPROFILE%\.vscode\extensions
10+
* Windows-WSL ~/.vscode-server/extensions
11+
* macOS ~/.vscode/extensions
12+
* Linux ~/.vscode/extensions
16 KB
Loading

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "pari-gp-lang",
33
"displayName": "PARI/GP",
44
"description": "Syntax highlighting for PARI/GP",
5-
"version": "0.0.1",
5+
"icon": "icons/Logo_PARI-GP_Couleurs_L300px.png",
6+
"version": "1.0.0",
67
"engines": {
78
"vscode": "^1.53.0"
89
},

0 commit comments

Comments
 (0)