FileMaker icon indicating copy to clipboard operation
FileMaker copied to clipboard

Local and Global variables don't get colored by syntax

Open abassin opened this issue 8 years ago • 0 comments

I tried messing around with the tmlanguage file to fix the syntax highlighting for variables but I count not get it to work.

THIS DOES NOT HIGH screenshot 2017-10-19 16 24 54 LIGHT match ($)[a-zA-Z_][a-zA-Z0-9_]?\b name variable.script_variable.local.filemaker match ($$)[a-zA-Z_][a-zA-Z0-9_]?\b name variable.script_variable.global.filemaker

abassin avatar Oct 19 '17 20:10 abassin