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:
Henrik Lissner 2017-06-20 15:34:10 +02:00
parent 9252c54576
commit 02bfb73264
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 46 additions and 33 deletions

View file

@ -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*