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/AllStyles.tex | 94 ++++++++++++++--------------- lexilla/test/examples/latex/Feature1358.tex | 20 +++--- 2 files changed, 57 insertions(+), 57 deletions(-) (limited to 'lexilla') diff --git a/lexilla/test/examples/latex/AllStyles.tex b/lexilla/test/examples/latex/AllStyles.tex index dc7ed9b6e..066a308e5 100644 --- a/lexilla/test/examples/latex/AllStyles.tex +++ b/lexilla/test/examples/latex/AllStyles.tex @@ -1,47 +1,47 @@ -% Enumerate all styles: 0 to 12 -% Not a valid laTeX file as entities are unbalanced and not semantically correct -% comment=4 - -% whitespace=0 -text % - -% command=1 -\documentclass - -% tag=2 -\begin{document} - -% tag closing=5 -\end{document} - -% math=3 -\begin{math} -E &= mc^2 -\end{math} - -% math block=6 -\begin{align} -E &= mc^2 -\end{align} - -% comment block=7 -\begin{comment} -A block comment -\end{comment} - -% verbatim=8 -\begin{verbatim} -puts $foo -\end{verbatim} - -% short command=9 -\(\) - -% special=10 -\# - -% command optional argument=11 -\x[12pt] - -% error=12 -\ +% Enumerate all styles: 0 to 12 +% Not a valid laTeX file as entities are unbalanced and not semantically correct +% comment=4 + +% whitespace=0 +text % + +% command=1 +\documentclass + +% tag=2 +\begin{document} + +% tag closing=5 +\end{document} + +% math=3 +\begin{math} +E &= mc^2 +\end{math} + +% math block=6 +\begin{align} +E &= mc^2 +\end{align} + +% comment block=7 +\begin{comment} +A block comment +\end{comment} + +% verbatim=8 +\begin{verbatim} +puts $foo +\end{verbatim} + +% short command=9 +\(\) + +% special=10 +\# + +% command optional argument=11 +\x[12pt] + +% error=12 +\ 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