Skip to content

Releases: jasonwilliams/sublime_toml_highlighting

v2.6.0

02 Sep 17:23
f5a57e8
Compare
Choose a tag to compare
  • Highlight pdm.lock as TOML #20
  • Highlight uv.lock as TOML #24
  • Stop red highlighting on subsequent lines after an invalid inline table #23

Add poetry.lock

19 Jan 19:04
ed38438
Compare
Choose a tag to compare
  • Add poetry.lock (#19) to list of filenames that will highlight.

Fix system tests

20 Oct 18:10
0f14b7c
Compare
Choose a tag to compare
Merge pull request #16 from writeml/bugfix-syntax-test-file-path

Fix the syntax test

Minor updates

28 Aug 18:00
af3cec8
Compare
Choose a tag to compare
  • Fix time case sensitivity. (#14)
  • Allow zero-prefixed float exponents. (#15)

Syntax updated for version 05

05 Nov 13:51
4e74b2b
Compare
Choose a tag to compare
  • Update syntax for version 05
  • Add Pipfile to syntax

Make the syntax work with Syntect; support Cargo.lock and Gopkg.lock TOML files

12 Jun 17:50
72ae770
Compare
Choose a tag to compare

Make the syntax work with Syntect; support Cargo.lock and Gopkg.lock TOML files

Update sublime syntax (dropped support for ST2)

05 Jun 23:02
4f07529
Compare
Choose a tag to compare
Updates to README

Updates to readme, removing Sublime Text 2 support

Fix parsing of inline table.

23 Oct 20:58
Compare
Choose a tag to compare
Merge pull request #2 from c0gent/master

Fix parsing of inline table.

Added support for single-quoted and numeric keys

27 Apr 11:24
Compare
Choose a tag to compare
Merge pull request #1 from fny/master

Add support for single-quoted and numeric keys
Works great