Skip to content

Commit

Permalink
Add support for Windows Batch files (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Oct 5, 2023
1 parent 16534a2 commit 717205b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gengo/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ AutoHotkey:
matchers:
extensions:
- ahk
Batch File:
category: programming
color: "#818B91"
matchers:
extensions:
- bat
- cmd
C:
category: programming
color: "#8888CC"
Expand Down

0 comments on commit 717205b

Please sign in to comment.