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

Hello, I've added two new faces: `web-mode-css-selector-class-face` and `web-mode-css-selector-tag-face`. I'd like to enhance `web-mode`'s css highlighting abilities, eventually being able to highlight syntax like so: ![image](https://user-images.githubusercontent.com/1888338/76975369-be49a480-6932-11ea-94c3-cf75fb8a7572.png) At the moment I...

I'm finding that attributes don't line up properly in multi-line JSX attributes in jsx or tsx files. I have web-mode-attr-indent-offset set to 4, which should render as a tab character....

Hello. So, I've recently started implementing a function to decode html-encoded strings. I didn't go too far into it, as I've found a better alternative for my task, but in...

Can I add a keybinding for django comment {% comment %} {% endcomment %}? I know you can invoke it by using "C-c C-s" (Insert snippet). But since I use...

django
commenting

There is an error in indentation: ```jsx function App() { return ( ); } ``` The `` is not indented the same as `` and closing fragment is not in...

In a laravel .blade.php template, the condition in an `@if` statement is only highlighted when there is no space between `@if` and `(`: ![2024-05-30 blade web-mode if](https://github.com/fxbois/web-mode/assets/59036/9d324fef-3c49-4a84-9351-120adb10c332) Highlighted: ``` @if($feedbackform...

Just got another bug with JSX: ```jsx function App() { return ( ); } ``` The outer tags are white and the inner div is not indented. ![Przechwycenie obrazu ekranu_2024-05-09_19-38-18](https://github.com/fxbois/web-mode/assets/280241/ad79a737-d117-4438-ba02-d1d84f38e388)...

it was `{% javascript %}{% endschema %}` but i believe it is meant to be `{% schema %}{% endschema %}`

It seems that when pressing Tab on a marked region, it uses the function `(indent-for-tab-command)` and does not respect the indent offset set in Web Mode, but if I press...

https://freemarker.apache.org/docs/dgui_template_valueinsertion.html > FreeMarker can be configured to use `[=expression]` syntax instead.

freemarker
lexer