Skip to content

Commit

Permalink
Maybe this has to go in a subdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Apr 7, 2022
1 parent d4d61a0 commit aa2bec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"language": "futhark",
"scopeName": "source.futhark",
"path": "./futhark.tmLanguage.json"
"path": "./syntaxes/futhark.tmLanguage.json"
}
],
"configuration": {
Expand Down
File renamed without changes.

2 comments on commit aa2bec7

@haoranpb
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, should update the document sooner, all *.json in root dir are excluded from the extension package with .vscodeignore, still not sure if it's the "best practice" after some thinking.

But do you mind if I rename it to something like futhark.grammar.json or futhark.syntax.json and put it in root? @athas

@athas
Copy link
Member Author

@athas athas commented on aa2bec7 Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're the maintainer; your call. All the docs I found just said that the tmLanguage.json extension is recommended.

Please sign in to comment.