lang/sh: improve fontification for sh-mode
+ Fontify variables in double quotes (better) + Fontify command substitution in double quotes + Fontify built-in/common commands (see `+sh-builtin-keywords`)
This commit is contained in:
parent
9252c54576
commit
02bfb73264
3 changed files with 46 additions and 33 deletions
|
@ -120,6 +120,8 @@
|
|||
+ =lang/org=
|
||||
+ Fix M-RET in plain lists not preserving indent level for new items.
|
||||
+ Fix cursor jumping away when toggling folds or realigning org tables (pressing TAB).
|
||||
+ =lang/sh=
|
||||
+ Fix fontification of command substitutions in double-quoted strings to help distinguish them from the rest of the string literal.
|
||||
|
||||
* 2.0.3 (Jun 11, 2017)
|
||||
+ *New modules*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue