From ee7bc1575b90adeef80e0012fe1f9175f4fdb35b Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 7 Oct 2017 23:45:24 +0200 Subject: Delete old stuff. --- .ctags | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .ctags (limited to '.ctags') diff --git a/.ctags b/.ctags deleted file mode 100644 index 01b166c..0000000 --- a/.ctags +++ /dev/null @@ -1,17 +0,0 @@ ---langdef=latex ---langmap=latex:.tex ---regex-latex=/^\\part[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/PART \2/s,part/ ---regex-latex=/^\\part[[:space:]]*\*[[:space:]]*\{([^}]+)\}/PART \1/s,part/ ---regex-latex=/^\\chapter[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/CHAP \2/s,chapter/ ---regex-latex=/^\\chapter[[:space:]]*\*[[:space:]]*\{([^}]+)\}/CHAP \1/s,chapter/ ---regex-latex=/^\\section[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/\. \2/s,section/ ---regex-latex=/^\\section[[:space:]]*\*[[:space:]]*\{([^}]+)\}/\. \1/s,section/ ---regex-latex=/^\\subsection[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/\.\. \2/s,subsection/ ---regex-latex=/^\\subsection[[:space:]]*\*[[:space:]]*\{([^}]+)\}/\.\. \1/s,subsection/ ---regex-latex=/^\\subsubsection[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/\.\.\. \2/s,subsubsection/ ---regex-latex=/^\\subsubsection[[:space:]]*\*[[:space:]]*\{([^}]+)\}/\.\.\. \1/s,subsubsection/ ---regex-latex=/^\\includegraphics[[:space:]]*(\[[^]]*\])?[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/\3/g,graphic+listing/ ---regex-latex=/^\\lstinputlisting[[:space:]]*(\[[^]]*\])?[[:space:]]*(\[[^]]*\])?[[:space:]]*\{([^}]+)\}/\3/g,graphic+listing/ ---regex-latex=/\\label[[:space:]]*\{([^}]+)\}/\1/l,label/ ---regex-latex=/\\ref[[:space:]]*\{([^}]+)\}/\1/r,ref/ ---regex-latex=/\\pageref[[:space:]]*\{([^}]+)\}/\1/p,pageref/ -- cgit v1.2.3-54-g00ecf