Skip to content

Commit

Permalink
split_id filter is singular
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele authored Jun 22, 2024
1 parent 083dd94 commit 57415a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/weaver_forge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The following filters are available:
- `snake_case_const`: Generates snake_case constants which follow semantic convention namespacing rules (underscores are ignored, but . is meaningful).
- `screaming_snake_case_const`: Generates SCREAMING_SNAKE_CASE constants which follow semantic convention namespacing rules (underscores are ignored, but . is meaningful).
- `acronym`: Replaces acronyms in the input string with the full name defined in the `acronyms` section of the `weaver.yaml` configuration file.
- `split_ids`: Splits a string by '.' creating a list of nested ids.
- `split_id`: Splits a string by '.' creating a list of nested ids.
- `type_mapping`: Converts a semantic convention type to a target type (see weaver.yaml section `type_mapping`).
- `comment_with_prefix(prefix)`: Outputs a multiline comment with the given prefix.
- `flatten`: Converts a List of Lists into a single list with all elements.
Expand Down Expand Up @@ -234,4 +234,4 @@ generation of assets.
- `template_type`: Tests if a type is a template type (i.e.: template[]).
- `enum_type`: Tests if a type is an enum type.

> Please open an issue if you have any suggestions for new tests. They are easy to implement.
> Please open an issue if you have any suggestions for new tests. They are easy to implement.

0 comments on commit 57415a1

Please sign in to comment.