Skip to content

Commit

Permalink
fix language order
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Mar 15, 2024
1 parent 7be35f5 commit 4ba3bf2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,12 +663,6 @@ export const LANGUAGES = [
short: 'csharp',
highlight: true,
},
{
name: 'CQL',
mode: 'sql',
mime: 'text/x-cassandra',
short: 'cassandra',
},
{
name: 'Clojure',
mode: 'clojure',
Expand All @@ -693,6 +687,12 @@ export const LANGUAGES = [
mode: 'css',
highlight: true,
},
{
name: 'CQL',
mode: 'sql',
mime: 'text/x-cassandra',
short: 'cassandra',
},
{
name: 'D',
mode: 'd',
Expand Down

0 comments on commit 4ba3bf2

Please sign in to comment.