canatella / bitbake-el

Integrates Bitbake into emacs
GNU General Public License v3.0
9 stars 15 forks source link

font-lock: add `+./~` to variable names #12

Closed bmalehorn closed 6 years ago

bmalehorn commented 6 years ago

Fix the variable name regex by replacing it with the bitbake source code's regex:

__unset_regexp__ = re.compile( r"unset\s+([a-zA-Z0-9\-_+.${}/~]+)$")
bmalehorn commented 6 years ago

Great, thanks for merging these all in. That's all for now, I'll send more if I see any other obvious issues.