Skip to content

Commit

Permalink
Update queries to match tree-sitter default paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 3, 2024
1 parent 5fb8396 commit 6efeb74
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"tree-sitter": [
{
"scope": "source.just",
"file-types": [
"just",
".just",
Expand All @@ -38,15 +39,8 @@
".JUSTFILE",
".Justfile"
],
"highlights": [
"queries/highlights.scm"
],
"first-line-regex": "#!\\S*bin\\S*[/ ]just",
"injection-regex": "^(?i)just(file)?$",
"locals": [
"queries/locals.scm"
],
"scope": "source.just"
"first-line-regex": "#!\\S*bin\\S*[/ ]just"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6efeb74

Please sign in to comment.