Skip to content

Releases: Gakai/sublime_toml_highlighting

TOML-Highlighting

14 Nov 23:23
Compare
Choose a tag to compare

Changes:

  • Added support for dashes (TOML standard v0.4.0)
  • Support toggling comment lines

TOML-Highlighting

13 Apr 07:17
Compare
Choose a tag to compare

Fixed bare and quoted keys:

key = "value"
bare_key = "value"
bare-key = "value"
"127.0.0.1" = "value"
"character encoding" = "value"
"ʎǝʞ" = "value"

Thanks to @loyd

Improved TOML-Highlighting

20 Dec 14:16
Compare
Choose a tag to compare

I improved lmno's TOML-highlighting (https://github.com/lmno/TOML), but since lmno did not answer to a pull request from half a year ago, I decided to release it myself.