Skip to content

Commit a6b4f2a

Browse files
Bumping to 0.1.0, by removing all the images under Images/, which I now know that will be rejected when uploading to the Extension Library.
1 parent 6340b2e commit a6b4f2a

6 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 0.1.0
2+
3+
- After checking the many XML files, I found three minor bugs, and now the syntax highlighting not only works, but it shows up as a 'valid' language on all the places that it ought to show up!
4+
- Apparently, you cannot have any images under the `Images/` folder, or uploading to the Extension Library does _not_ work
5+
- Still working to fix the connection to the Go LPS (it's not being launched right now, but I have some ideas to fix it...)
6+
17
## Version 0.0.2
28

39
- Syntax definition XML based on Nova JavaScript, using definitions from the old Coda 2 Go mode
-233 KB
Binary file not shown.
-2.57 MB
Binary file not shown.

Images/Go-lang-for-Nova-logo.psd

-1 MB
Binary file not shown.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A quick & dirty Go language definition for the (upcoming) [Panic Nova](https://panic.com/nova) editor.
44

5+
**Note:** This is still a very preliminary alpha version, it sort of works, but the main reason for this particular version is just to check if I can get it to be uploaded to the Extension Library.
6+
57
# Installation
68

79
If you got it from inside Nova, there is nothing else to do!

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Go",
44
"vendor": "Gwyneth Llewelyn",
55
"description": "Go Language Definition for Nova",
6-
"version": "0.0.2",
6+
"version": "0.1.0",
77
"categories": ["languages"],
88
"bugs": "https://github.com/GwynethLlewelyn/Go.novaextension/issues",
99
"repository": "https://github.com/GwynethLlewelyn/Go.novaextension",

0 commit comments

Comments
 (0)