Skip to content

Commit 2eba12b

Browse files
committed
Move grammar to grammars folder
1 parent 8ff4871 commit 2eba12b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This repo happens to also contain a language-server usable by other editors. If
5757

5858
#### Change the Grammar
5959

60-
- Modify `rescript.tmLanguage.json`.
60+
- Modify `grammars/rescript.tmLanguage.json`.
6161

6262
Currently the best way to test it is to link your extension to `~/.vscode/extensions` then reload a separate test VSCode `.res` tab after each grammar change.
6363

File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{
6464
"language": "rescript",
6565
"scopeName": "source.rescript",
66-
"path": "./rescript.tmLanguage.json"
66+
"path": "./grammars/rescript.tmLanguage.json"
6767
}
6868
],
6969
"languages": [

0 commit comments

Comments
 (0)