From ba8b1a91525dd90f8fdcc75480f37815fecce2d2 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 29 Jan 2021 20:51:34 +1100 Subject: Move CharacterSet and CharacterCategory from lexlib to src as in both Lexilla and Scintilla --- lexilla/test/examples/latex/Feature1358.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lexilla/test/examples/latex/Feature1358.tex') diff --git a/lexilla/test/examples/latex/Feature1358.tex b/lexilla/test/examples/latex/Feature1358.tex index 88863303f..73f27b83c 100644 --- a/lexilla/test/examples/latex/Feature1358.tex +++ b/lexilla/test/examples/latex/Feature1358.tex @@ -1,10 +1,10 @@ -\begin{lstlisting}[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 -\end{lstlisting} +\begin{lstlisting}[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 +\end{lstlisting} -- cgit v1.2.3