Skip to content

Commit ff1967d

Browse files
authored
Merge pull request #27 from wizard04wsu/dev
Dev
2 parents bc54ff8 + 95b740f commit ff1967d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This package implements two tree-sitter parsers:
1010
- [tree-sitter-regex-js](https://github.com/wizard04wsu/tree-sitter-regex-js) for the rest
1111

1212
# Troubleshooting
13+
### Unable to install on Windows
14+
Instead of installing it from within Atom, try from the command line.
15+
16+
cd %USERPROFILE%\\.atom\\packages
17+
apm install javascript-regex
18+
1319
### Failure to load package grammars when I open Atom
1420
Whenever Atom is updated, this package needs to be rebuilt. Either click the red bug icon in the bottom-right corner of the window, or execute `Incompatible Packages: View` via the command palette. Then, click "Rebuild Packages". You'll have to restart Atom.
1521

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-regex",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "Syntax highlighting for JavaScript regular expressions",
55
"keywords": [
66
"javascript",
@@ -20,7 +20,7 @@
2020
"atom": ">=1.0.0 <2.0.0"
2121
},
2222
"dependencies": {
23-
"tree-sitter-regex-js": "^2.0.6",
24-
"tree-sitter-regex-unicode-js": "^2.0.14"
23+
"tree-sitter-regex-js": "^2.0.8",
24+
"tree-sitter-regex-unicode-js": "^2.0.16"
2525
}
2626
}

0 commit comments

Comments
 (0)