Skip to content

Commit

Permalink
added debug mode for users
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad Ghayour committed Jan 22, 2015
1 parent e3dfb6b commit c55a2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ After installing the package, you can run the `main.js` script to convert Sublim
1. Theme name: Should be the same one provided to CodeMirror's theme API option, so that the correct namespacing applies over the CSS classes.
2. The source file path: The relative path to the source file.
3. The destination file path: The relative path for the output directory/file.
4. You can pass a boolean (true/false) for having the CSS JSON printed out to the console. This can be useful is you find variables from Sublime or TextMate's XML that match up with CodeMirror and AceEditor's classes. If so, you can update the scopes files and/or open a GitHub issue.

```
$ node main.js [themeName] [pathToSrcFile] [pathToDestinationFile(optional)]
$ node main.js [themeName] [pathToSrcFile] [pathToDestinationFile(optional)] [debugMode(optional)]
```


Expand Down

0 comments on commit c55a2a4

Please sign in to comment.