Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not generate properties, only base element #96

Open
quiltykim opened this issue Apr 21, 2018 · 2 comments
Open

does not generate properties, only base element #96

quiltykim opened this issue Apr 21, 2018 · 2 comments

Comments

@quiltykim
Copy link

the documentation states the following (left column being input and right being output):

b[x]                     <b x=""></b>
b[x=]                    <b x=""></b>
b[x=""]                  <b x=""></b>
b[x=y]                   <b x="y"></b>
b[x="y"]                 <b x="y"></b>

Unfortunately, when trying to use these examples, even when pasting the input verbatim into my buffer, the output I get only yields <b></b> for all five of the above cited cases.

@pobocks
Copy link
Collaborator

pobocks commented Apr 21, 2018

I'm unable to replicate this - could you tell us what major-mode and any other minor-modes that are active?

@quiltykim
Copy link
Author

The active major mode in this buffer is Web-mode and describe-modes yields this list:

Enabled minor modes: Async-Bytecomp-Package Auto-Composition
Auto-Compression Auto-Encryption Auto-Revert Blink-Cursor
Column-Number Company Desktop-Save Diff-Auto-Refine Diff-Hl
Diff-Hl-Flydiff Display-Time Docker Docker-Global Editorconfig
Electric-Indent Emmet Erc-Autojoin Erc-Button Erc-Ercn Erc-Fill
Erc-Hl-Nicks Erc-Irccontrols Erc-Keep-Place Erc-List Erc-Match
Erc-Menu Erc-Move-To-Prompt Erc-Netsplit Erc-Networks Erc-Noncommands
Erc-Pcomplete Erc-Readonly Erc-Ring Erc-Scrolltoplace Erc-Stamp
Erc-Track Erc-Truncate Evil Evil-Cleverparens Evil-Commentary
Evil-Local Evil-Matchit Evil-Quickscope Evil-Surround Eyebrowse Fic
File-Name-Shadow Flycheck Font-Lock Global-Company Global-Diff-Hl
Global-Eldoc Global-Evil-Matchit Global-Evil-Quickscope
Global-Evil-Surround Global-Font-Lock Global-Git-Commit
Global-Undo-Tree Global-Visual-Line Highlight-Indent-Guides
Ido-Everywhere Ido-Ubiquitous Line-Number Magit-Auto-Revert
Mouse-Wheel My-Keys Nlinum Nlinum-Relative Nyan Outline
Override-Global Popwin Projectile Pyvenv Recentf Shell-Dirtrack
Show-Paren Smartparens Tooltip Transient-Mark Undo-Tree Visual-Line
Yas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants