question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Further Pug-related requests

See original GitHub issue

Your programming language(s)

Pug/Jade & Vue SFC (.vue files)

Expected Behavior

  • In .vue files, Pug/Jade Support carries through to a nested document in between <template lang="pug"> and </template>, as the standard HTML/XML does.
  • Pug support includes support for Rainbow indent guides

Current Behavior

  • In .vue files, HTML in the <template> is recognised and handled as expected.
  • Pug/Jade Support appears to be recognised only at the file level - A nested document as in between <template lang="pug"> and </template>,
  • In pug files, Indent guides are the standard grey despite settings.

Code snippet for reproduce (for bugs)

Vue file

<template lang="pug">
  div
    h1 Level 1 Header
    h2 Level 2 Header
    div
      span Etc
      p
        | More content
        b Nested bold
        | Etc
</template>

<script lang="ts">
  import Vue from "vue";

  export default Vue.extend({
    name: "example"
  });
</script>

<style scoped>

</style>

Your Environment

  • Plugin version: 6.15

WebStorm 2020.3.2 Build #WS-203.7148.54, built on January 25, 2021 Licensed to Connor McCormick Subscription is active until April 15, 2021. Runtime version: 11.0.9.1+11-b1145.77 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1960M Cores: 12 Registry: ide.balloon.shadow.size=0, js.debugger.webconsole=false Non-Bundled Plugins: com.almightyalpaca.intellij.plugins.discord, mobi.hsz.idea.gitignore, tv.twelvetone.intellij.plugins.intellivue, com.intellij.lang.jsgraphql, izhangzhihao.rainbow.brackets, ru.adelf.idea.dotenv, PsiViewer

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
izhangzhihaocommented, Feb 3, 2021

intellij-rainbow-brackets-6.15.zip

Please try this build snapshot.

1reaction
CS-Birbcommented, Feb 2, 2021

Thank you greatly for implementing #897 - Has been a lovely addition to my daily workflow, and am happy to now be a pledger for this project. Sorry to become “that pug-obsessed guy”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pug HTML Template Engine: A Beginner's Guide - SitePoint
Pug is a template engine for Node and for the browser. It compiles to HTML and has a simplified syntax, which can make...
Read more >
Requests: HTTP for Humans™ — Requests 2.28.1 ...
Requests is an elegant and simple HTTP library for Python, built for human beings. Behold, the power of Requests: >>> r = requests....
Read more >
PickledCircus - Singapore - Etsy
As an owner of Pugs for almost 29 years, I've had a lot of Pug-related collections. Matthew's Pugkins are my favorite Pug-related collectibles!...
Read more >
Enterprise Support
That means less time grappling with esoteric open-source trivia, and more time building your own ... Request a demo ... Note that work...
Read more >
ACQR: QR Code Request Thread! [MAR 2020] - Reddit
Requesting : A dress QR based on Sora's outfit from Kingdom Hearts ... If anyone wanted to make something pug related or knows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found