aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/latex/Feature1358.tex
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-01-29 20:51:34 +1100
committerNeil <nyamatongwe@gmail.com>2021-01-29 20:51:34 +1100
commitba8b1a91525dd90f8fdcc75480f37815fecce2d2 (patch)
tree5ebce1a7d7c25aaee80e640b8cb56cc9aa5d6d34 /lexilla/test/examples/latex/Feature1358.tex
parentf8817063200055b8b9f7b9a7a83c30100f64c903 (diff)
downloadscintilla-mirror-ba8b1a91525dd90f8fdcc75480f37815fecce2d2.tar.gz
Move CharacterSet and CharacterCategory from lexlib to src as in both Lexilla and Scintilla
Diffstat (limited to 'lexilla/test/examples/latex/Feature1358.tex')
-rw-r--r--lexilla/test/examples/latex/Feature1358.tex20
1 files changed, 10 insertions, 10 deletions
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}