Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Toggle Line Comment in LESS files uses block comments instead #7268

@peterflynn

Description

@peterflynn
  1. Select a few lines of code in a LESS file
  2. Hit Ctrl+/

Result: the code is commented using /* ... */

Expected: commented using // -- this is how Brackets works in Sprint 37

@njx Could this be due to your EditorCommandHandler changes? Toggle Line Comment still works in JS code, so maybe not -- maybe something changed in cmv4's LESS mode that makes LanguageManager confused about whether it's CSS vs. LESS under the cursor?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions