web-mode icon indicating copy to clipboard operation
web-mode copied to clipboard

web template editing mode for emacs

Results 63 web-mode issues
Sort by recently updated
recently updated
newest added

Pandoc uses yet another [HTML template syntax](https://pandoc.org/chunkedhtml-demo/6.1-template-syntax.html). No idea if that's based on any know engine. In a nutshell, two syntax variants are possible: ``` $if(variable)$ This is $variable$ $endif$...

Another example of JSX error, this time different type: ```tsx export default function TreeView({ data }: TreeProps) { return ( ( {hasChildren && ( {node.label} )} {!hasChildren && {node.label}} )}...

I'm experiencing extremely lacking syntax highlighting in JS and PHP (HTML and CSS are not as noticeable). As you can see in the attached image, which is a plain .js...

javascript
fontification