Skip to content

Commit

Permalink
Hlsl support (#1082)
Browse files Browse the repository at this point in the history
* Added HLSL language support

* Removed redundant lines

* Feedback fixes for HLSL logo

* Different graphics for HLSL

As suggested by o2sh
  • Loading branch information
progDes007 authored Jun 19, 2023
1 parent 75dff28 commit 7593eb5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,36 @@ Hcl:
- "#5F43E9"
- "#4040B2"
chip: "#AACE60"
Hlsl:
type: programming
ascii: |
{0}████████████████ {1}████████████████
{0}█████ ██ █████ {1}█████ █████████
{0}█████ ██ █████ {1}█████ █████████
{0}█████ █████ {1}█████ █████████
{0}█████ ██ █████ {1}█████ █████████
{0}█████ ██ █████ {1}█████ █████
{0}████████████████ {1}████████████████
{2}████████████████ {3}████████████████
{2}█████ █████ {3}█████ █████████
{2}█████ █████████ {3}█████ █████████
{2}█████ █████ {3}█████ █████████
{2}█████████ █████ {3}█████ █████████
{2}█████ █████ {3}█████ █████
{2}████████████████ {3}████████████████
colors:
ansi:
- red
- green
- blue
- yellow
hex:
- "#F65314"
- "#7CBB00"
- "#00A1F1"
- "#FFBB00"
chip: "#AACE60"
HolyC:
type: programming
ascii: |
Expand Down

0 comments on commit 7593eb5

Please sign in to comment.