Sublime Forum

Makefile syntax bug

#1

There’s a bug in the built-in makefile syntax. Specifically, color highlighting.
The first flag in a command is properly colored blue, but any following flags aren’t.

See the test string:

html:
	$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)

-o is correctly highlighted, but -s is not.

0 Likes

#2

hi, the best place to report this is at https://github.com/sublimehq/Packages/issues

0 Likes

#3

You are correct, thank you.

0 Likes