Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 10, 2023
1 parent 2b4db7c commit bf6a412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export type Lang =
| 'jssm' | 'fsl'
| 'jsx'
| 'julia'
| 'kotlin'
| 'kotlin' | 'kt' | 'kts'
| 'kusto' | 'kql'
| 'latex'
| 'less'
Expand Down
1 change: 1 addition & 0 deletions packages/shiki/src/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ export const languages: ILanguageRegistration[] = [
path: 'cpp.tmLanguage.json',
displayName: 'C++',
samplePath: 'cpp.sample',
aliases: ['c++'],
embeddedLangs: ['glsl', 'sql']
},
{
Expand Down

0 comments on commit bf6a412

Please sign in to comment.