Skip to content

Commit

Permalink
feat: add aliases (#33)
Browse files Browse the repository at this point in the history
Add `styluaignore` file extension
Change `code-snippets` to display as JSON
Refactor redundant `.` in some file extensions
  • Loading branch information
littensy authored Aug 29, 2024
1 parent 9e73385 commit 4432a2d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions themes/charmed-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
"svg": "svg",
"config.js": "config",
"vscodeignore": "config",
"code-snippets": "json",
"styluaignore": "config",
"prettierrc": "config",
"prettierrc.js": "config",
"prettierrc.json": "config",
Expand All @@ -184,10 +186,10 @@
"prettierrc.toml": "config",
"prettierignore": "config",
"lock": "config",
".commitlintrc": "config",
".commitlintrc.js": "config",
".commitlintrc.cjs": "config",
".commitlintrc.mjs": "config",
"commitlintrc": "config",
"commitlintrc.js": "config",
"commitlintrc.cjs": "config",
"commitlintrc.mjs": "config",
"eslintrc": "eslint",
"eslintrc.js": "eslint",
"eslintrc.json": "eslint",
Expand Down Expand Up @@ -364,7 +366,6 @@
".env.production": "config",
".env.build": "config",
".env.test": "config",
".code-snippets": "config",
"jest.config.js": "javascript-test",
"jest.setup.js": "javascript-test",
"jest.config.ts": "typescript-test",
Expand Down

0 comments on commit 4432a2d

Please sign in to comment.