Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a tmBundle for the language Expressif #109

Open
Seddryck opened this issue Dec 21, 2022 · 1 comment
Open

Create a tmBundle for the language Expressif #109

Seddryck opened this issue Dec 21, 2022 · 1 comment
Labels
epic-on-language new-feature Request for a new feature in the tool

Comments

@Seddryck
Copy link
Owner

No description provided.

@Seddryck Seddryck added new-feature Request for a new feature in the tool epic-on-language labels Dec 21, 2022
@Seddryck
Copy link
Owner Author

Following regex could be useful

  • Literal: "(.*?)"
  • Variable: (?:^|\s|\{|\|)(@[a-zA-Z](?:[0-9]|[a-zA-Z])*)
  • Property Object: (?:^|\s|\{|\|)(\[[a-zA-Z](?:[0-9]|[a-zA-Z])*\])
  • Property Index: (?:^|\s|\{|\|)(#[0-9]+)
  • Function name: (?:^|\s|\{|\|)([a-zA-Z](?:[a-zA-Z]|\-)+)
  • Commas of parameters: \([^,]+(,)[^,]+\)
  • Pipes: (\|(?:AND|OR|XOR)?)
  • Subexpression: (\{|\})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic-on-language new-feature Request for a new feature in the tool
Projects
None yet
Development

No branches or pull requests

1 participant