@danielx/civet 0.6.71 → 0.6.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -266,6 +266,7 @@ The `"civet"` prologue directive can also specify the following options:
266
266
 
267
267
  | Configuration | What it enables |
268
268
  |---------------------|---------------------------------------|
269
+ | rewrite-civet-imports=.ext | Rewrite `import "file.civet"` to `import "file.ext"` |
269
270
  | tab=NNN | treat tab like NNN spaces (default=1) |
270
271
 
271
272
  For example, `"civet tab=2"` or `"civet tab=4"` lets you mix tabs and spaces