diff options
Diffstat (limited to 'Master/texmf-dist/context/data/textpad/textpad-context-template.txt')
-rw-r--r-- | Master/texmf-dist/context/data/textpad/textpad-context-template.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/context/data/textpad/textpad-context-template.txt b/Master/texmf-dist/context/data/textpad/textpad-context-template.txt new file mode 100644 index 00000000000..48d0b86f9e0 --- /dev/null +++ b/Master/texmf-dist/context/data/textpad/textpad-context-template.txt @@ -0,0 +1,54 @@ +; TextPad syntax definitions for ConTeXt (and LaTeX, respectively) + +LaTeX=1 + +[Syntax] +Namespace1=6 +IgnoreCase=No +InitKeyWordChars=\abcdefghijklmopqrstuvwxyzABCDEFGHIJKLMOPQRSTUVWXYZ +KeyWordChars=A-Za-z0-9@*'`! +BracketChars={}[]() +OperatorChars=-+*/<>!~%^&|= +PreprocStart= +SyntaxStart= +SyntaxEnd= +CommentStart= +CommentEnd= +CommentStartAlt=$ +CommentEndAlt=$ +SingleComment=% +SingleCommentCol= +SingleCommentAlt= +SingleCommentColAlt= +SingleCommentEsc=\ +StringStart= +StringEnd= +StringAlt= +StringEsc= +CharStart= +CharEnd= +CharEsc= + +[Keywords 1] +; category: tex commands +; filename: tex-commands.txt + +[Keywords 2] +; category: context commands +; filename: context-commands-en.txt + +[Keywords 3] +; category: context commands +; filename: context-environments-en.txt + +[Keywords 4] +; category: latex commands +; filename: latex-commands-1.txt + +[Keywords 5] +; category: latex commands +; filename: latex-commands-2.txt + +[Keywords 6] +; category: latex commands +; filename: latex-commands-3.txt |