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

qmap

gbenm

|
21 installs
| (0) | Free
highlight qmap language in template literals
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

qmap

Enables syntax highlight in strings using /*qmap*/ after or before opening a string (without spaces), or when using qmap(string) function.

Examples

/** Before */
/* qmap */``
/* qmap */''
/* qmap */""
/*qmap*/""

/** After */
`/* qmap */`
'/* qmap */'
"/* qmap */"
"/*qmap*/"

/** function */
qmap(``)
qmap('')
qmap("")
qmap(``, {
  functions: {
    add: (a, b) => a + b
  }
})

Features

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