Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Assorted LanguagesNew to Visual Studio Code? Get it now.
Assorted Languages

Assorted Languages

Edwin Kofler

|
11,379 installs
| (1) | Free
Syntax Highlighting for an assortment of languages
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-assorted-languages

Never worry about syntax highlighting for miscellaneous files again!

Usage

code --install-extension install EdwinKofler.vscode-assorted-languages

Language Support

  • asl (.asl, .dsl)
  • asm-intel-x86-generic (.asm, .nasm, .yasm, .inc, .s)
  • m4 (configure.ac, configure.in, .m4)
  • automake (.am, .am.inc, Makefile.in)
  • awk (.awk, .gawk, .mawk)
  • awk-regexp
  • bats (.bats)
  • cisco (.ios)
  • desktop (.desktop, .theme)
  • dircolors (.dircolors, .dir_colors)
  • digrc (.digrc)
  • dsdl (.uavcan)
  • edk2_dsc (.dsc)
  • edk2_dec (.dec)
  • edk2_fdf (.fdf)
  • edk2_inf (.inf)
  • edk2_uni (.uni)
  • edk2_vfr (.vfr, .Vfr, .hfr)
  • env (.env, .env.sample, .env.example, .env.development, .env.staging, .env.production, .env.local)
  • expect (.exp, .expect)
  • flatbuffers (.fbs, .idl)
  • gnuplot (.gp, .gnuplot, .gnu, .plot, .plt)
  • haml (.haml)
  • handlebars (.handlebars, .hbr, .hbs, .tpl)
  • hla (.hla, .hhf)
  • i3 (.i3.config)
  • icalendar (.ical, .icalendar, .ics, .ifb)
  • ignore (.agignore, .mignore, .cvsignore, .chefignore, .boringignore, ignore-glob, .bzrignore, .gitignore, .hgignore, .mtn-ignore, .nodemonignore, .p4ignore, .tfignore, .npmignore, .earthlyignore, .dockerignore, .containerignore, .atomignore, .vscodeignore, .coffeelintignore, .jshintignore, .tslintignore, .eslintignore, .prettierignore, .stylelintignore, .markdownlintignore, .gcloudignore, .artifactignore)
  • ignore-slug (.slugignore)
  • ignore-mercurial (.hgignore)
  • infokey (infokey)
  • inputrc (inputrc)
  • io (.io)
  • jq (.jq)
  • json5 (.json5)
  • jsonl (.jsonl)
  • lesskey (.lesskey)
  • linkerscript (.ld, .dld, .lds, .x)
  • llvm (.ll)
  • logfile (.log)
  • logstash
  • m3u (.m3u, .m3u8)
  • mapfile (.map)
  • ninja (.ninja)
  • nix (.nix)
  • odin (.odin)
  • po (.po, .pot, .potx)
  • proto3 (.proto)
  • psqlrc (.psqlrc)
  • pbxproj (.pbxproj)
  • textproto (.pbtxt, .prototxt, .textproto)
  • qlik (.qvs)
  • hlsl (.sf)
  • robots-txt
  • stylus (.styl, .stylus)
  • sxhkdrc (.sxhkdrc.conf)
  • systemd-unit (.link, .netdev, .network, .service, .socket, .device, .mount, .automount, .swap, .target, .path, .timer, .snapshot, .slice, .scope)
  • t4 (.t4, .tt, .ttinclude)
  • tablegen (.td)
  • terminfo (.termcap, .src)
  • thrift (.thrift)
  • todo (todo.txt, done.txt)
  • typoscript (.typoscript)
  • tsconfig (.tsconfig)
  • vcard (.vcard, .vcf)
  • xdefaults (.Xresources, .xresources, .Xdefaults, .xdefaults)
  • yarnlock (yarn.lock)
  • zone (.zone, .signed, .db, .dns)
  • ruby

Acknowledgements

  • vscode-robots-dot-txt-support by BeardedFish (MIT)
  • vscode-asl by marysaka (MIT)
  • x86_64-assembly-vscode by 13xforever (MIT)
  • vscode_autotools by maelvls (GPL-3.0)
  • vscode-awk by luggage66 (MIT)
  • bats by jetmartin (MIT)
  • vscode-cisco-syntax by woodjme (MIT)
  • desktop-file-support by nico-castell (MIT)
  • vscode-dircolors by duniul (MIT)
  • vscode-dsdl by OpenCyphal (MIT)
  • edk2-vscode by WalonLi (GPL-3.0)
  • ejs-grammar by Digitalbrainstem (MIT)
  • vscode-env by IronGeek (MIT)
  • expect by bdavs (MIT)
  • FlatbuffersSchema by gaborv (MIT)
  • vscode-gnuplot by MarioSchwalbe (GPL-3.0)
  • haml-vscode by karuna (MIT)
  • vscode-handlebars by andrejunges (MIT)
  • vscode-hla by GreenXenith (MIT)
  • i3wm-syntax by dcasella (Apache-2.0)
  • vscode-iCalendar by af4jm (MIT)
  • terminfo.sublime-syntax by zgracem (MIT)
  • vscode-io-extension by KennethanCeyer (MIT)
  • jq-syntax-highlighting by orentrutner (MIT)
  • vscode-json5 by mrmlnc (MIT)
  • jsonl by Alpha4 (MIT)
  • vscode-linkerscript by TheNetAdmin (MIT)
  • llvm-syntax-highlighting by colejcummins (MIT)
  • vscode-llvm-tablegen by jakoberzar (MIT)
  • vscode-log-output-colorizer by IBM-Cloud (MIT)
  • vscode-logstash-configuration-syntax by randomchance (MIT)
  • vscode-m3u by af4jm (Apache-2.0)
  • vscode-gnu-map by trond-snekvik (MIT)
  • vscode-ninja-syntax by melak47 (MIT)
  • vscode-nix by bbenoist (MIT)
  • odin-vscode by fivemoreminix (MIT)
  • vscode-gettext by MrOrz (MIT)
  • syntax-project-pbxproj by MarioMatheus (MIT)
  • vscode-proto3 by zxh0 (MIT)
  • textproto-grammar by thejustinwalsh (MIT)
  • vscode-qlik by Gimly (MIT)
  • language-stylus by d4rkr00t (MIT)
  • sxhkdrc-syntax by mosbasik (MIT)
  • vscode-systemd by hangxingliu (MIT)
  • t4-support by zbecknell (MIT)
  • vscode-infokey-plugin by UI-Apps (MIT)
  • thrift.tmbundle by textmate (custom)
  • todotxt by dunstontc (MIT)
  • vscode-typo3-typoscript by benjaminkott (MIT)
  • vscode-vcard by cstrachan88 (MIT)
  • xresources by antcap96 (MIT)
  • vscode-yarn-lock-syntax by mariusschulz (MIT)
  • vscode-zonefile by compilenix (MIT)
  • VS-code-vagrantfile by mastazi (MIT)
  • regex-syntax-highlighter-vscode by RedCMD (MIT)

Extension icon by Pierre Bamin on Unsplash.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft