https://github.com/s0hv/codemirror-fb2k
Foobar2000 syntax support for codemirror
https://github.com/s0hv/codemirror-fb2k
codemirror-addon codemirror6 foobar2000
Last synced: 4 months ago
JSON representation
Foobar2000 syntax support for codemirror
- Host: GitHub
- URL: https://github.com/s0hv/codemirror-fb2k
- Owner: s0hv
- License: mit
- Created: 2022-01-23T08:34:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T16:55:03.000Z (over 3 years ago)
- Last Synced: 2025-01-09T03:58:00.315Z (5 months ago)
- Topics: codemirror-addon, codemirror6, foobar2000
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/codemirror-foobar2k
- Size: 39.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeMirror 6 foobar2000 query and formatting language support
Basic support for foobar2000 query and formatting language.
This should cover the most prominent features of the language.
If something is missing open an [issue](issues).### Known problems
Support for unquoted text is wonky at best due to its ambiguity.
This might cause some values to be recognized as text when they should not be.
Only characters that match this regex are counted as unquoted text
if no other match is made `[%&*-Za-z]`.