Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hlsl support #1082

Merged
merged 5 commits into from
Jun 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading