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

[epics-msi-substitution] does not accept special characters without quotes #16

Open
vnadot opened this issue Aug 25, 2023 · 0 comments
Open

Comments

@vnadot
Copy link
Collaborator

vnadot commented Aug 25, 2023

List of characters not accepted by tree-sitter-epics but works in IOC (in my case for EGU field:

  • µ for µA
  • ° for °C
  • % for percentage

Please note that if I put these specials characters inside quotes, tree-sitter-epics is happy.

file "x.template"
{
  pattern
  { SIGNAL,         EGU}
  { MY_PREFIX,  µA }
}

file "x.template"
{
  pattern
  { SIGNAL,         EGU}
  { MY_PREFIX,  °C }
}

file "x.template"
{
  pattern
  { SIGNAL,        EGU}
  { MY_PREFIX,  % }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant