Releases: jasonwilliams/sublime_toml_highlighting
Releases · jasonwilliams/sublime_toml_highlighting
v2.6.0
Add poetry.lock
- Add poetry.lock (#19) to list of filenames that will highlight.
Fix system tests
Merge pull request #16 from writeml/bugfix-syntax-test-file-path Fix the syntax test
Minor updates
Syntax updated for version 05
- Update syntax for version 05
- Add Pipfile to syntax
Make the syntax work with Syntect; support Cargo.lock and Gopkg.lock TOML files
Make the syntax work with Syntect; support Cargo.lock and Gopkg.lock TOML files
Update sublime syntax (dropped support for ST2)
Updates to README Updates to readme, removing Sublime Text 2 support
Fix parsing of inline table.
Merge pull request #2 from c0gent/master Fix parsing of inline table.
Added support for single-quoted and numeric keys
Merge pull request #1 from fny/master Add support for single-quoted and numeric keys Works great