Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 99f7fbd

Browse files
committed
1.4.4
1 parent 62a039d commit 99f7fbd

File tree

4 files changed

+29
-159
lines changed

4 files changed

+29
-159
lines changed

.gitattributes

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# General
22
* text=auto
33

4-
# Project
5-
package-lock.json -diff
6-
74
# Linguist
85
*.nvss linguist-language=Less

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next
3+
## 1.4.4
44
- Changed tokenisation of parameters in variable declarations to comments.
55
- Changed numeric highlighting to include `e` notation.
66
- Fixed `@var` declarations not being highlighted when indented.

package-lock.json

+26-153
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Syntax highlighter and formatter for NovaSheets files",
55
"publisher": "Nixinova",
66
"repository": "NovaSheets-vscode",
7-
"version": "1.4.3",
7+
"version": "1.4.4",
88
"license": "ISC",
99
"scripts": {
1010
"vscode:prepublish": "npm run compile",
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/vscode": "^1.48.0",
57-
"typescript": "^4.3.5",
57+
"typescript": "~5.0.3",
5858
"yamljs": "^0.3.0"
5959
}
6060
}

0 commit comments

Comments
 (0)