Archived
1
0

Add constant for identifiers

This commit is contained in:
Jip J. Dekker 2018-02-05 17:38:30 +11:00
parent eeef78c5ea
commit ca3213ad42

View File

@ -13,7 +13,7 @@ file_extensions [] = mzn;
## Constants
################################################################
__MY_CONSTANT \= (\b[a-z][a-z0-9]*)
__id \= (\b[A-Za-z][A-Za-z0-9_]*|'[^']*')
################################################################
## Styles