Skip to content

Releases: jasonwilliams/sublime_toml_highlighting

v2.7.0

Choose a tag to compare

@ehuss ehuss released this 26 Jan 22:36
f3a8d6e
  • Support multi-line inline tables #26

v2.6.0

Choose a tag to compare

@ehuss ehuss released this 02 Sep 17:23
f5a57e8
  • 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

Choose a tag to compare

@ehuss ehuss released this 19 Jan 19:04
ed38438
  • Add poetry.lock (#19) to list of filenames that will highlight.

Fix system tests

Choose a tag to compare

@jasonwilliams jasonwilliams released this 20 Oct 18:10
0f14b7c
Merge pull request #16 from writeml/bugfix-syntax-test-file-path

Fix the syntax test

Minor updates

Choose a tag to compare

@ehuss ehuss released this 28 Aug 18:00
af3cec8
  • Fix time case sensitivity. (#14)
  • Allow zero-prefixed float exponents. (#15)

Syntax updated for version 05

Choose a tag to compare

@jasonwilliams jasonwilliams released this 05 Nov 13:51
4e74b2b
  • Update syntax for version 05
  • Add Pipfile to syntax

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

Choose a tag to compare

@jasonwilliams jasonwilliams released this 12 Jun 17:50
72ae770

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

Update sublime syntax (dropped support for ST2)

Choose a tag to compare

@jasonwilliams jasonwilliams released this 05 Jun 23:02
4f07529
Updates to README

Updates to readme, removing Sublime Text 2 support

Fix parsing of inline table.

Choose a tag to compare

@jasonwilliams jasonwilliams released this 23 Oct 20:58
Merge pull request #2 from c0gent/master

Fix parsing of inline table.

Added support for single-quoted and numeric keys

Choose a tag to compare

@jasonwilliams jasonwilliams released this 27 Apr 11:24
Merge pull request #1 from fny/master

Add support for single-quoted and numeric keys
Works great