editorconfig

A parser for EditorConfig

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-04 07:26

Authors

  • fox0430

Installation

nimble install editorconfig
choosenim install editorconfig
git clone https://github.com/fox0430/editorconfig-nim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
editorconfig - - - - - - -

Dependencies

Package Version Optional
nim >= 2.0.0 No
regex >= 0.26.3 No

Source

Repository https://github.com/fox0430/editorconfig-nim
Homepage https://github.com/fox0430/editorconfig-nim
Registry Source nimble_official

README

editorconfig-nim

A Nim library for parsing EditorConfig files.

Requires

  • Nim >= 2.0.0

Install

nimble install editorconfig

Usage

import pkg/editorconfig

let props = getProperties("/path/to/file.nim")

License

MIT