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

NuekJS

coolerputt

| (0) | Free
Syntax highlighting and Emmet support for .nuek files. Made with love
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🌟 NuekJS Syntax Highlighting

Syntax highlighting, Emmet support, and file handling for .nuek and .nuekjs files — built for the NuekJS component framework.


✨ Features

  • ✅ Full syntax highlighting using HTML grammar
  • ✅ Emmet support (auto-completion like <div, ul>li*3, etc.)
  • ✅ File extensions: .nuek, .nuekjs
  • ✅ Lightweight — no overhead
  • ✅ Treats .nuek like HTML by default

🧠 Enable Emmet for .nuek files

Emmet is not enabled by default for unknown languages.
To turn it on for NuekJS files:

✅ Step-by-step (GUI way):

  1. Press Ctrl + , to open VS Code Settings
  2. Search for: emmet.includeLanguages
  3. Click Edit in settings.json
  4. Add this block:
"emmet.includeLanguages": {
  "nuekjs": "html"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft