Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ from its package subpath.
| <img src="https://koka-lang.github.io/koka/doc/images/koka-logo-filled.png" alt="Koka logo" width="24" height="24"> | Koka | `koka` | `.kk` | `3.2.2` | `code-languages/koka` |
| <img src="https://upload.wikimedia.org/wikipedia/commons/7/74/Kotlin_Icon.png" alt="Kotlin logo" width="24" height="24"> | Kotlin | `kotlin` | `.kt`, `.kts` | `2.4.10` | `code-languages/kotlin` |
| <img src="https://learn.microsoft.com/favicon.ico" alt="KQL logo" width="24" height="24"> | KQL | `kql` | `.kql` | `stable` | `code-languages/kql` |
| <img src="https://cdn.simpleicons.org/leanpub/262425" alt="Lean logo" width="24" height="24"> | Lean | `lean` | `.lean` | `4.32.0` | `code-languages/lean` |
| <img src="https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg" alt="Less logo" width="24" height="24"> | Less | `less` | `.less` | `4.7.0` | `code-languages/less` |
| <img src="https://cdn.simpleicons.org/leanpub/262425" alt="Lean logo" width="24" height="24"> | Lean | `lean` | `.lean` | `4.32.1` | `code-languages/lean` |
| <img src="https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg" alt="Less logo" width="24" height="24"> | Less | `less` | `.less` | `4.8.0` | `code-languages/less` |
| <img src="https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/lex.svg" alt="Lex logo" width="24" height="24"> | Lex | `lex` | `.l`, `.lex` | `POSIX lex / flex 2.6.4` | `code-languages/lex` |
| <img src="https://ligolang.org/img/logo/logo.png" alt="Ligo logo" width="24" height="24"> | Ligo | `ligo` | `.ligo`, `.mligo`, `.religo`, `.jsligo` | `1.x` | `code-languages/ligo` |
| <img src="https://cdn.simpleicons.org/gnu/A42E2B" alt="Linker Script logo" width="24" height="24"> | Linker Script | `linkerscript` | `.ld`, `.lds`, `.x` | `stable` | `code-languages/linkerscript` |
Expand Down Expand Up @@ -710,7 +710,7 @@ from its package subpath.
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/10/SAS_logo_horiz.svg" alt="SAS logo" width="24" height="24"> | SAS | `sas` | `.sas` | `SAS 9.4` | `code-languages/sas` |
| <img src="https://cdn.simpleicons.org/scala/DC322F" alt="Scala logo" width="24" height="24"> | Scala | `scala` | `.scala`, `.sc` | `3.8.4` | `code-languages/scala` |
| <img src="https://cdn.simpleicons.org/racket/9F1D20" alt="Scheme logo" width="24" height="24"> | Scheme | `scheme` | `.scm`, `.ss`, `.sld`, `.sls` | `R7RS small` | `code-languages/scheme` |
| <img src="https://sass-lang.com/assets/img/logos/logo.svg" alt="Sass logo" width="24" height="24"> | Sass | `scss` | `.scss`, `.sass` | `1.101.3` | `code-languages/scss` |
| <img src="https://sass-lang.com/assets/img/logos/logo.svg" alt="Sass logo" width="24" height="24"> | Sass | `scss` | `.scss`, `.sass` | `1.101.6` | `code-languages/scss` |
| <img src="https://selflanguage.org/img/self-logo.png" alt="Self logo" width="24" height="24"> | Self | `self` | `.self` | `2024.1` | `code-languages/self` |
| <img src="https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/simula.svg" alt="Simula logo" width="24" height="24"> | Simula | `simula` | `.sim`, `.simula` | `Simula 67` | `code-languages/simula` |
| <img src="https://avatars.githubusercontent.com/u/29205606?v=4" alt="Slang logo" width="24" height="24"> | Slang | `slang` | `.slang` | `stable` | `code-languages/slang` |
Expand Down
2 changes: 1 addition & 1 deletion src/languages/lean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const lean = {
packageManagers: ['Lake', 'elan'],
ecosystems: ['Formal methods', 'Mathematics', 'Proof assistants'],
},
version: '4.32.0',
version: '4.32.1',
logo: 'https://cdn.simpleicons.org/leanpub/262425',
color: '#262425',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/less.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const less = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Design Systems', 'Bootstrap'],
},
version: '4.7.0',
version: '4.8.0',
logo: 'https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg',
color: '#1D365D',
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/scss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const scss = {
packageManagers: ['npm', 'pnpm', 'Yarn', 'Bun'],
ecosystems: ['Web', 'Design Systems'],
},
version: '1.101.3',
version: '1.101.6',
logo: 'https://sass-lang.com/assets/img/logos/logo.svg',
color: '#CC6699',
i18n: {
Expand Down