Skip to content

Commit

Permalink
Merge branch 'main' into query-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Aug 15, 2023
2 parents e32b9ee + bdfa852 commit a961e35
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gengo/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
#
# WARNING: Please alphabetize!
---
CoffeeScript:
category: programming
color: "#3E2723"
matchers:
extensions:
- coffee
interpreters:
- coffee
Docker:
category: programming
color: "#2496ED"
Expand Down Expand Up @@ -106,6 +114,14 @@ Plain Text:
filenames:
- "LICENCE"
- "LICENSE"
PowerShell:
category: programming
color: "#012456"
matchers:
extensions:
- ps1
interpreters:
- pwsh
Pug:
category: markup
color: "#A86454"
Expand Down

0 comments on commit a961e35

Please sign in to comment.