We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff1967d + f663d08 commit 5184843Copy full SHA for 5184843
2 files changed
README.md
@@ -13,7 +13,7 @@ This package implements two tree-sitter parsers:
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
+ cd %USERPROFILE%\.atom\packages
17
apm install javascript-regex
18
19
### Failure to load package grammars when I open Atom
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javascript-regex",
3
- "version": "2.0.12",
+ "version": "2.0.13",
4
"description": "Syntax highlighting for JavaScript regular expressions",
5
"keywords": [
6
"javascript",
0 commit comments