aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/latex
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
commit54341053b273c905afa7503d8dadcc4c46a0d2d3 (patch)
treee25fe4ee686d7d59068f46746006d62a8ca30692 /lexilla/test/examples/latex
parentba8b1a91525dd90f8fdcc75480f37815fecce2d2 (diff)
downloadscintilla-mirror-54341053b273c905afa7503d8dadcc4c46a0d2d3.tar.gz
Remove Lexilla files from Scintilla
Diffstat (limited to 'lexilla/test/examples/latex')
-rw-r--r--lexilla/test/examples/latex/AllStyles.tex47
-rw-r--r--lexilla/test/examples/latex/AllStyles.tex.styled47
-rw-r--r--lexilla/test/examples/latex/Feature1358.tex10
-rw-r--r--lexilla/test/examples/latex/Feature1358.tex.styled10
-rw-r--r--lexilla/test/examples/latex/SciTE.properties1
5 files changed, 0 insertions, 115 deletions
diff --git a/lexilla/test/examples/latex/AllStyles.tex b/lexilla/test/examples/latex/AllStyles.tex
deleted file mode 100644
index 066a308e5..000000000
--- a/lexilla/test/examples/latex/AllStyles.tex
+++ /dev/null
@@ -1,47 +0,0 @@
-% 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/AllStyles.tex.styled b/lexilla/test/examples/latex/AllStyles.tex.styled
deleted file mode 100644
index bed7ff5df..000000000
--- a/lexilla/test/examples/latex/AllStyles.tex.styled
+++ /dev/null
@@ -1,47 +0,0 @@
-{4}% Enumerate all styles: 0 to 12{0}
-{4}% Not a valid laTeX file as entities are unbalanced and not semantically correct{0}
-{4}% comment=4{0}
-
-{4}% whitespace=0{0}
-text {4}%{0}
-
-{4}% command=1{0}
-{1}\documentclass{0}
-
-{4}% tag=2{0}
-{1}\begin{2}{document}{0}
-
-{4}% tag closing=5{0}
-{1}\end{5}{document}{0}
-
-{4}% math=3{0}
-{1}\begin{2}{math}{3}
-E &= mc^2
-{1}\end{5}{math}{0}
-
-{4}% math block=6{0}
-{1}\begin{2}{align}{6}
-E &= mc^2
-{1}\end{5}{align}{0}
-
-{4}% comment block=7{0}
-{1}\begin{2}{comment}{7}
-A block comment
-{1}\end{5}{comment}{0}
-
-{4}% verbatim=8{0}
-{1}\begin{2}{verbatim}{8}
-puts $foo
-{1}\end{5}{verbatim}{0}
-
-{4}% short command=9{0}
-{9}\(\){0}
-
-{4}% special=10{0}
-{10}\#{0}
-
-{4}% command optional argument=11{0}
-{1}\x{11}[12pt]{0}
-
-{4}% error=12{0}
-{12}\{0}
diff --git a/lexilla/test/examples/latex/Feature1358.tex b/lexilla/test/examples/latex/Feature1358.tex
deleted file mode 100644
index 73f27b83c..000000000
--- a/lexilla/test/examples/latex/Feature1358.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\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}
diff --git a/lexilla/test/examples/latex/Feature1358.tex.styled b/lexilla/test/examples/latex/Feature1358.tex.styled
deleted file mode 100644
index e753ea14d..000000000
--- a/lexilla/test/examples/latex/Feature1358.tex.styled
+++ /dev/null
@@ -1,10 +0,0 @@
-{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}
diff --git a/lexilla/test/examples/latex/SciTE.properties b/lexilla/test/examples/latex/SciTE.properties
deleted file mode 100644
index 0b81c1199..000000000
--- a/lexilla/test/examples/latex/SciTE.properties
+++ /dev/null
@@ -1 +0,0 @@
-lexer.*.tex=latex