Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Support user OPT defined constant character sets #4

Open
tobiasvl opened this issue Nov 30, 2017 · 1 comment
Open

Support user OPT defined constant character sets #4

tobiasvl opened this issue Nov 30, 2017 · 1 comment

Comments

@tobiasvl
Copy link
Owner

Users can define their own character sets for use in some constant types with the OPT directive. See documentation.

I'm not sure how easy that is to implement. This Vim syntax file uses a naïve approach.

@georgjz
Copy link

georgjz commented Jun 15, 2018

I don't think that's possible with regex, since it would require some kind of recursive lookup. But it might be once the tree-sitter support for Atom works better.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants