Syntax highlighting, file icons, and run support for Vex —
a Python-powered language with Hinglish/English dual mode.
What is Vex?
Vex is not a replacement for Python. It's a more comfortable
way to write it. Write in Hinglish or English — Vex converts
it to Python and runs it. Every library still works.
Example
#mode hinglish
aao numpy jaise np
naam = "Sohail"
bolo "Mera naam {naam} hai"
agar np.sqrt(16) == 4:
bolo "sab sahi hai"
Features
Syntax highlighting for .vex files
File icons for .vex files
Run button — click ▶ or press Ctrl+Shift+R
Vex Dark theme included
Keyword Reference
Vex (Hinglish)
Python
bolo
print
agar
if
warna
else
warna_agar
elif
jabtak
while
har
for
mai
in
kaam
def
wapas
return
aao
import
pakdo
try
chodo
except
sahi
True
galat
False
kuch_nahi
None
Installation
Install Vex CLI:
pip install vex-lang
Then run any .vex file:
vex run file.vex
Or use the Run button in VSCode/Windsurf directly.