Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Jul 7, 2024
1 parent a8a69c1 commit 4d327a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The (ANTLR) parsing subsystem imported by the aforementioned sister package is f

- Presence of header, footer and line-terminating Bash comments surrounding a given definition is acceptable
- Note that comments are entirely _discarded_ by ANTLR
- Support for (escaped!) `'` and `\` characters within quoted strings ('this isn\'t a bad example')
- Support for (escaped!) `'` and `\` characters within quoted strings ('this isn\\'t a bad example')
- Support for linebreaks within definitions
- Definition prefixing allows variations of the standard [RFC 4512](https://www.rfc-editor.org/rfc/rfc4512.txt) "labels" during file and directory parsing
- "`attributeTypes`", "`attributeType`" and other variations are permitted for `AttributeType` definitions
Expand Down

0 comments on commit 4d327a4

Please sign in to comment.