pulsar/packages/language-toml
arite 10a5c08c26
[language-toml] Add whitespace rule to values
Add `whitespace` rule to `values` to prevent multi-line arrays from
being marked as invalid. Remove whitespace regex from array rule.
2023-07-17 13:06:08 +01:00
..
grammars [language-toml] Add whitespace rule to values 2023-07-17 13:06:08 +01:00
lib Add TOML tree-sitter grammar 2023-06-29 10:31:55 -07:00
settings ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
spec Disable tree-sitter mode for existing specs 2023-06-29 14:06:28 -07:00
.gitignore ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
package-lock.json add or update packages/*/package-lock.json 2022-12-10 19:13:50 +01:00
package.json Add TOML tree-sitter grammar 2023-06-29 10:31:55 -07:00
README.md rebrand and relicence 2022-12-03 02:46:08 +00:00

TOML language support in Pulsar

Adds syntax highlighting for TOML in Pulsar.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.