diff options
Diffstat (limited to 'lexilla/test/examples/latex/Feature1358.tex.styled')
-rw-r--r-- | lexilla/test/examples/latex/Feature1358.tex.styled | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lexilla/test/examples/latex/Feature1358.tex.styled b/lexilla/test/examples/latex/Feature1358.tex.styled new file mode 100644 index 000000000..e753ea14d --- /dev/null +++ b/lexilla/test/examples/latex/Feature1358.tex.styled @@ -0,0 +1,10 @@ +{1}\begin{2}{lstlisting}{8}[language=make] +# If no BOARD is found in the environment, use this default: +BOARD ?= bluepill + +# To use chinese st-link v2 and ch340 dongle with bluepill +ifeq ($(BOARD),bluepill) +STLINK_VERSION=2 +PORT_LINUX=/dev/ttyUSB0 +endif +{1}\end{5}{lstlisting}{0} |