summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/context
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2018-03-05 15:04:45 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2018-03-05 15:04:45 +0000
commit4e7434e3a524d043e16095ae5382e9058e80b409 (patch)
treefc82b35081aee8f8498dce157b2c201e7b1eb4c3 /Master/texmf-dist/context
parent99ab9849b7571b8177bc5dd236357ee65ea5c2ca (diff)
Context plugin for Notepad++ (Windows 32bit)
git-svn-id: svn://tug.org/texlive/trunk@46832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/context')
-rw-r--r--Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.sha256sum1
-rw-r--r--Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.zipbin0 -> 1536784 bytes
-rw-r--r--Master/texmf-dist/context/data/npp/context/notepad++.ini57
3 files changed, 1 insertions, 57 deletions
diff --git a/Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.sha256sum b/Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.sha256sum
new file mode 100644
index 00000000000..980644a7a2f
--- /dev/null
+++ b/Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.sha256sum
@@ -0,0 +1 @@
+9a0bd0759b38762759b4c45eea446b04068335ebe61419121ce9bfbd38c29512 *Npp-for-ConTeXt.zip
diff --git a/Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.zip b/Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.zip
new file mode 100644
index 00000000000..4f139f18f27
--- /dev/null
+++ b/Master/texmf-dist/context/data/npp/context/Npp-for-ConTeXt.zip
Binary files differ
diff --git a/Master/texmf-dist/context/data/npp/context/notepad++.ini b/Master/texmf-dist/context/data/npp/context/notepad++.ini
deleted file mode 100644
index 50b02e294c1..00000000000
--- a/Master/texmf-dist/context/data/npp/context/notepad++.ini
+++ /dev/null
@@ -1,57 +0,0 @@
-# You can use the lexers that come with context and athat are meant for scite also for notepad++. On
-# my machine I always install such a portable program in c:\data\system\notepadplusplus (avoiding
-# funny characters).
-#
-# (1) Download a version of scintillua++ that matches the current version if notepad++ and unzip
-# the archive in a temporary place.
-#
-# c:\data\notepadplusplus\*
-#
-# (2) Copy these two dlls::
-#
-# c:\data\notepadplusplus\plugins\Scintillua++.dll
-# c:\data\notepadplusplus\plugins\Config\Scintillua++\LexLPeg.dll
-#
-# (3) Copy this file to:
-#
-# c:\data\notepadplusplus\plugins\Config\Scintillua++.ini
-#
-# (4) Copy the files from the texmf/context/data/scite/context so that you get:
-#
-# c:\data\notepadplusplus\plugins\Config\data\scite-context-data-*.lua
-# c:\data\notepadplusplus\plugins\Config\themes\scite-context-theme.lua
-# c:\data\notepadplusplus\plugins\Config\themes\lexer.lua
-# c:\data\notepadplusplus\plugins\Config\themes\scite-context-lexer.lua
-# c:\data\notepadplusplus\plugins\Config\themes\scite-context-lexer-*.lua
-#
-# Now you should get the standard context lexing for the file types mentioned below. I might add a few
-# more (consistent) lexers. Beware: we don't use the lexer.lua file that ships with scintillua++. Among
-# the reasons is that when I first played with this variant of lexing the scintillua implementation was
-# quite slow, so I redid the code with some agressive optimization (in context a good test file is the
-# character database file. There is still room for improvement. One problem with the lua lexer is that
-# there is not much communication possible so that getting the state involves guesswork.
-#
-# Also, we already had lpeg based lexing in context so it made more sense to find some common ground so
-# that I could share code (a bit of a hybrid approach). There are some extra features like showing
-# invisible spaces and most noticeably spell checking (for more info see the manual).
-#
-# The lexer assumes that you have the dejavu mono fonts installed. These cover a wide repertoire of
-# characters. Some features offered for scite won't be available because no additional menu items etc
-# are defined.
-#
-# In due time some more configuration files will be added for notepad++. Maybe some more can be set up
-# below.
-
-theme=scite-context-theme
-override=true
-
-scite-context-lexer-tex=*.tex;*.mkii;*.mkiv;*.mkvi;*.mkix;*.mkxi
-scite-context-lexer-xml=*.xml;*.xsl;*.xsd;*.fo;*.exa;*.rlb;*.rlg;*.rlv;*.rng;*.xfdf;*.xslt;*.dtd;*.lmx;*.htm;*.html;*.xhtml;*.ctx;*.export;*.svg;*.xul
-scite-context-lexer-mps=*.mp;*.mpx
-scite-context-lexer-lua=*.lua;*.luc;*.cld;*.tuc;*.luj;*.lum;*.tma;*.lfg;*.luv;*.lui
-scite-context-lexer-txt=*.txt
-scite-context-lexer-pdf=*.pdf
-scite-context-lexer-web=*.w;*.ww
-scite-context-lexer-cpp=*.h;*.c;*.hh;*.cc;*.hpp;*.cpp;*.hxx;*.cxx
-scite-context-lexer-bibtex=*.bib
-scite-context-lexer-sql=*.sql