-
~~~
[yamato@dev64 ~]$ cat /tmp/input.toml
cat /tmp/input.toml
[g]
a = "/"
[m]
b = ""
[yamato@dev64 ~]$ ~/bin/ctags --options=NONE --quiet --sort=no --fields=+ne --extras=+g -o - /tmp/inpu…
-
Since openplanet configs are .inis, it'd be nice to be able to store stuff in a similar format
-
## Problem
The TOML parser used by verus-mode.el does not support single-quoted strings, which causes issues when using Rust's built-in quick fixes and code suggestions. These often generate TOML w…
-
- TOML++ version: v3.4.0
- Compiler: clang++ v19.1.1
- Target arch: x64
- Library configuration overrides: None
- Relevant compilation flags:
You can run the following command on the generated …
-
The created repo does not contain a requirements.txt folder.
This should include packages needed to install the pre-commit hooks and build documentation?
coverage
detect-secrets==1.0.3
myst-par…
-
If you are working on a Toml Parser implemented using chevrotain you may want to look here:
- https://github.com/bd82/toml-tools
Perhaps even contribute there 😄
-
TOML is a pretty nice language that I really like using for configuration files. It aims for human-readability so it is easy to write a config file "by hand".
I haven't seen any discussions about in…
-
In `engines/toml.rs` (and similar in the other engines)
```
impl Engine for TOML {
fn parse(content: &str) -> Pod {
match toml::from_str::(content) {
Ok(value) => value.…
-
...in at least one way: This doesn't work:
```
[feature.foo]
expression = """feature person
~> filter state == "CA"
~> newest state"""
```
But this does:
```
[…
-
placing `...eslintPluginToml.configs["flat/base"],` in the top level of an eslint.config.js works well because the rules block in flat/base includes a file scope for `"**/*.toml"` files.
placing `.…