Skip to content

Commit cc2505c

Browse files
authored
VisualBasic language support (#867)
* VisualBasic language support * changed vb.net chip colour * vb.net looks nice now
1 parent 2bf1487 commit cc2505c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

languages.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,6 +2514,36 @@ VimScript:
25142514
- black
25152515
- white
25162516
chip: '#199F4B'
2517+
VisualBasic:
2518+
type: programming
2519+
ascii: |
2520+
{1} ::::::::::
2521+
{1} ::::::::::::::::::
2522+
{1} ::::::::::::::::::::::::
2523+
{0} &&&&{1}::::::::::::::::::::::::
2524+
{0} &&&&&&&&{1}::::::::::::::::::::::::
2525+
{0} &&&&&{2}##{0}&&&&{1}:::::::{2}##{1}:::{2}######{1}:::::
2526+
{0}&&&&&&&{2}##{0}&&&&&{1}::::{2}##{1}::::{2}#{1}:::::{2}##{1}::::
2527+
{0}&&&&&&&&{2}##{0}&&&&&&{1}:{2}##{1}:::::{2}#{1}:::::{2}##{1}::::
2528+
{0}&&&&&&&&&{2}##{0}&&&&&{2}##{1}::::::{2}#######{1}:::::
2529+
{0}&&&&&&&&&&{2}##{0}&&&{2}##{0}&&&{1}::::{2}#{1}::::::{2}##{1}:::
2530+
{0}&&&&&&&&&&&{2}##{0}&{2}##{0}&&&&&&{1}::{2}#{1}::::::{2}##{1}:::
2531+
{0} &&&&&&&&&&&{2}###{0}&&&&&&&&&{2}######{1}:::::
2532+
{0} &&&&&&&&&&&&&&&&&&&&&&&&{1}::::::::
2533+
{0} &&&&&&&&&&&&&&&&&&&&&&&&{1}::::
2534+
{0} &&&&&&&&&&&&&&&&&&&&&&&&
2535+
{0} &&&&&&&&&&&&&&&&&&
2536+
{0} &&&&&&&&&&
2537+
colors:
2538+
ansi:
2539+
- blue
2540+
- blue
2541+
- white
2542+
hex:
2543+
- '#195F97'
2544+
- '#004E8C'
2545+
- '#FFFFFF'
2546+
chip: '#945db7'
25172547
Vue:
25182548
type: programming
25192549
ascii: |

0 commit comments

Comments
 (0)