summaryrefslogtreecommitdiff
path: root/.ctags
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2017-10-07 23:45:24 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2017-10-08 00:25:31 +0200
commitee7bc1575b90adeef80e0012fe1f9175f4fdb35b (patch)
treed2967d5ee5a1704d1a35f4ee9fab2da40b805bbc /.ctags
parentb439d58a2c5e66e3caf594446112e8f5e3e93bab (diff)
downloaddotfiles-ee7bc1575b90adeef80e0012fe1f9175f4fdb35b.tar.gz
dotfiles-ee7bc1575b90adeef80e0012fe1f9175f4fdb35b.tar.bz2
dotfiles-ee7bc1575b90adeef80e0012fe1f9175f4fdb35b.zip
Delete old stuff.
Diffstat (limited to '.ctags')
-rw-r--r--.ctags17
1 files changed, 0 insertions, 17 deletions
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/