File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Added
8
8
9
- - Default to TAB indents (two characters wide) .
9
+ - Automatically indent inside of ` {} ` , ` [] ` , and ` () ` .
10
10
- Code style settings to configure the behaviour of TAB handling.
11
+ - Default to TAB indents (two characters wide).
11
12
- Fix indent handling when pressing enter between ` [] ` .
12
- - Automatically indent inside of ` {} ` , ` [] ` , and ` () ` .
13
13
14
14
### Changed
15
15
16
16
### Fixed
17
17
18
18
## [ 0.8.0]
19
19
20
- ### Added
21
-
22
- - Support formatting with ` cue fmt ` . Only the reformatting of a complete file is supported.
23
- - Application settings to configure a custom path to the ` cue ` binary. By default, the binary is searched in ` $PATH ` .
24
- - Language injection into single-line and multi-line string literal. Interpolations are marked as read-only when opening the fragment
25
- editor.
26
-
27
- ### Changed
28
-
29
20
### Fixed
30
21
31
22
- [ #35 ] ( https://github.com/nexantic/intellij-cue/issues/35 ) : Trailing bracket on ellipsis multi-line list not parsed correctly.
Original file line number Diff line number Diff line change 3
3
4
4
pluginGroup = dev.monogon.cuelang
5
5
pluginName_ = intellij-cue
6
- pluginVersion = 0.8.0
6
+ pluginVersion = 0.8.1
7
7
pluginSinceBuild = 203
8
8
pluginUntilBuild = 211.*
9
9
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
You can’t perform that action at this time.
0 commit comments