maxbec / openHAB-Alignment-Tool

This extension adds support for formatting and indenting openHAB files. At the moment only the item-files are supported.
https://marketplace.visualstudio.com/items?itemName=max-beckenbauer.oh-alignment-tool
Eclipse Public License 2.0
21 stars 4 forks source link

OHNG-Tag is interpreted to soon #47

Closed CWempe closed 4 years ago

CWempe commented 4 years ago

Example code:

Switch  A   "B" {channel="e"}
// #OHNG#
Switch  A   "B" <c> {channel="e"}

Result: image

When I add a new line in front of the tag it works:

image

Version: 2.0.7