Skip to content

Commit

Permalink
feat: commit raw grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 4, 2024
1 parent aed44ce commit a8d973b
Show file tree
Hide file tree
Showing 234 changed files with 294,945 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ temp
.env
GITHUB_ENV
playground/**.d.ts
.eslintcache
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default antfu(
{
ignores: [
'packages/tm-grammars/grammars/**',
'packages/tm-grammars/raw/**',
'packages/tm-themes/themes/**',
],
vue: true,
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"scripts": {
"build": "pnpm -r build",
"stub": "pnpm -r stub",
"lint": "eslint .",
"lint": "eslint . --cache",
"prepublishOnly": "nr build",
"bump": "esno scripts/bump.ts",
"test": "vitest",
"fetch": "esno scripts/fetch.ts && eslint . --fix",
"fetch:force": "esno scripts/fetch.ts --force && eslint . --fix",
"fetch": "esno scripts/fetch.ts && eslint . --cache --fix",
"fetch:force": "esno scripts/fetch.ts --force && eslint . --cache --fix",
"typecheck": "tsc --noEmit",
"play": "nr -C playground dev",
"play:build": "nr -C playground build",
Expand Down
380 changes: 380 additions & 0 deletions packages/tm-grammars/raw/abap.json

Large diffs are not rendered by default.

Loading

0 comments on commit a8d973b

Please sign in to comment.