Colomban Wendling
|
8942bc810b
|
Add Objective-C support
Based on a patch from Elias Pschernig, thanks.
Parser was taken from upstream CTags.
Closes patch#3325139.
|
2011-11-13 01:05:24 +01:00 |
|
Enrico Tröger
|
ec408fa4b9
|
Add filetype Cobol (based on a patch by Seth Keiper).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5533 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2011-01-30 15:03:51 +00:00 |
|
Enrico Tröger
|
db6c8bcaa0
|
Add R tagmanager symbol parser (patch by Jon Senior, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4685 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2010-02-21 14:54:53 +00:00 |
|
Nick Treleaven
|
5f28284cb1
|
Apply patch from Kelvin Gardiner to add Verilog filetype (thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4474 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-12-07 17:51:37 +00:00 |
|
Enrico Tröger
|
b84a64934d
|
Add new filetype: Abc (patch by Eric Forgeot, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4211 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-20 18:46:56 +00:00 |
|
Enrico Tröger
|
6a73751aba
|
Add new filetype: Txt2Tags (patch by Eric Forgeot, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4163 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-06 20:57:42 +00:00 |
|
Nick Treleaven
|
5e55af41fc
|
Add Markdown filetype (patch by Jon Strait, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4046 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-07-30 11:29:53 +00:00 |
|
Enrico Tröger
|
61f89d5c25
|
Add a trivial symbol parser for NSIS files.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3716 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-04-21 20:52:19 +00:00 |
|
Enrico Tröger
|
4122c1b138
|
Add filetype ActionScript (patch by Chris Macksey, thanks).
Update type keywords only for real C-like languages.
Fix wrong sorting of Assembler and Ada filetypes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3624 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-03-13 09:58:27 +00:00 |
|
Nick Treleaven
|
eafc95a59f
|
Apply patch from Colomban Wendling to add Vala filetype (thanks).
Fix c.c tagLetter() bug.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3205 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-11-11 16:33:20 +00:00 |
|
Enrico Tröger
|
474a0b4410
|
Add new filetype 'Matlab' (closes #1938631, patch by Roland Baudin, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3190 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-11-07 14:39:45 +00:00 |
|
Nick Treleaven
|
6ce421f141
|
Add OpenGL Shader Language (GLSL) filetype (patch from Colomban
Wendling, thanks; closes #2060961).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2908 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-08-27 12:44:54 +00:00 |
|
Enrico Tröger
|
ed016dc093
|
Split filetype Fortran into Fortran 77 and Fortran 90.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2777 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-07-14 18:27:20 +00:00 |
|
Enrico Tröger
|
c0990b5e71
|
Add HTML parser to get h1, h2, h3 symbols as well as link anchors and JavaScript functions (closes #1896068).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2317 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-03-09 18:50:41 +00:00 |
|
Nick Treleaven
|
2e454f7af5
|
Add reStructuredText filetype and parser.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1791 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-08-14 11:50:03 +00:00 |
|
Enrico Tröger
|
75c74284f8
|
Add filetype Haxe (patch by blackdog, thank you).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1744 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-07-26 09:50:12 +00:00 |
|
Enrico Tröger
|
693649f955
|
Add new filetypes CSharp and FreeBasic.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1635 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-06-22 17:34:31 +00:00 |
|
Nick Treleaven
|
e3ffabcdea
|
Add Haskell tags support from CTags patch on sf.net written by Peter
Strand (thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1558 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-05-23 12:32:06 +00:00 |
|
Enrico Tröger
|
f0d4e65311
|
Added new filetypes Javascript and Lua.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1181 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2007-01-13 20:16:09 +00:00 |
|
Enrico Tröger
|
9b7569e3ef
|
Added new filetype VHDL.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@991 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-11-13 22:11:19 +00:00 |
|
Enrico Tröger
|
adc721c522
|
Added simple parser for filetype Diff to create tags for each patched file in a diff file.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@883 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-10-11 19:45:40 +00:00 |
|
Enrico Tröger
|
010d6581e5
|
Added new filetypes Diff and Ferite.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@765 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-08-27 17:39:34 +00:00 |
|
Enrico Tröger
|
8d581d1552
|
Added new filetype Fortran 77 (not yet finished).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@724 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-08-15 17:57:41 +00:00 |
|
Enrico Tröger
|
6cc29173be
|
Added new filetype D(patch by Christop Berg, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@544 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-07-09 14:41:53 +00:00 |
|
Enrico Tröger
|
570793a6ef
|
Added global auto completion tags for PHP and LaTeX.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@475 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-06-24 14:42:56 +00:00 |
|
Enrico Tröger
|
df1b9fd010
|
new filetype Tcl/Tk, renamed tex.c
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@335 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-05-16 19:04:04 +00:00 |
|
Enrico Tröger
|
67e704ea6f
|
new filetype Ruby
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@310 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-05-09 16:04:10 +00:00 |
|
Enrico Tröger
|
02ca65fd56
|
added tag support for filetypes ASM and SQL
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@218 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-02-22 13:49:08 +00:00 |
|
Enrico Tröger
|
46690c0b8f
|
added tagmanager support for filetype DocBook and LaTeX
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@123 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2006-01-11 18:50:44 +00:00 |
|
Enrico Tröger
|
3af538fa65
|
added tag support for filetype Conf
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@15 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2005-11-27 20:39:57 +00:00 |
|
Enrico Tröger
|
8cb2cf0997
|
Initial import
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2005-11-22 12:26:26 +00:00 |
|