Skip to content

Commit

Permalink
update one grammar, move things
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 28, 2024
1 parent e20832b commit b1ff896
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"format": "prettier --write .",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test:extension": "node src/__e2e__/runTests.js",
"test:textmate": "npx vscode-tmgrammar-snap -s source.ts -g src/language-server/__tests__/fixtures/TypeScript.tmLanguage.json src/language-server/__tests__/fixtures/documents/*.ts",
"test:textmate": "npm run test:textmate-ts && npm run test:textmate-jsonselection",
"test:textmate-ts": "npx vscode-tmgrammar-snap -s source.ts -g src/language-server/__tests__/fixtures/TypeScript.tmLanguage.json src/language-server/__tests__/fixtures/documents/*.ts",
"test:textmate-jsonselection": "npx vscode-tmgrammar-snap -s source.apollo.jsonselection src/__tests__/fixtures/textmate/*.jsonselection",
"codegen": "graphql-codegen",
"vscode:prepublish": "npm run build:production"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@
#^^^ source.ts variable.other.readwrite.ts
>(
#^ source.ts meta.brace.round.ts
> `query { test }`
> `query Q11 { test }`
#^^ source.ts
# ^ source.ts string.template.ts punctuation.definition.string.template.begin.ts
# ^^^^^^^^^^^^^^ source.ts string.template.ts
# ^ source.ts string.template.ts punctuation.definition.string.template.end.ts
# ^^^^^^^^^^^^^^^^^^ source.ts string.template.ts
# ^ source.ts string.template.ts punctuation.definition.string.template.end.ts
> )
#^^ source.ts
# ^ source.ts meta.brace.round.ts
Expand Down

0 comments on commit b1ff896

Please sign in to comment.