Add the geany_ prefix to all parser files
commit0347e7411661401f7ef82c26c646c5123fba6653
authorJiří Techet <techet@gmail.com>
Wed, 18 Nov 2020 23:45:46 +0000 (18 15:45 -0800)
committerJiří Techet <techet@gmail.com>
Thu, 19 Nov 2020 10:30:28 +0000 (19 02:30 -0800)
tree540aee38f00cd92d71da359caab8ff63e386bbf9
parent81c5a2e0ed653ccc36bd38483647a86d31556aa8
Add the geany_ prefix to all parser files

The geany_ prefix is meant to indicate that the parser either has a
geany-specific implementation or that there are some things in the parser
which should be committed upstream. Once a parser is fully synced
with the upstream version, we can drop the geany_ prefix. This helps us
know which parsers are synced (and for which we can just copy the
uctags version) and where we still have some work to do.

In this initial commit, add the geany_ prefix everywhere - some parsers
are already fully synced and the geany_ prefix can be dropped when we
update to the up-to-date uctags version.
46 files changed:
ctags/Makefile.am
ctags/parsers/geany_abaqus.c [moved from ctags/parsers/abaqus.c with 100% similarity]
ctags/parsers/geany_abc.c [moved from ctags/parsers/abc.c with 100% similarity]
ctags/parsers/geany_asciidoc.c [moved from ctags/parsers/asciidoc.c with 100% similarity]
ctags/parsers/geany_asm.c [moved from ctags/parsers/asm.c with 100% similarity]
ctags/parsers/geany_basic.c [moved from ctags/parsers/basic.c with 100% similarity]
ctags/parsers/geany_bibtex.c [moved from ctags/parsers/bibtex.c with 100% similarity]
ctags/parsers/geany_c.c [moved from ctags/parsers/c.c with 99% similarity]
ctags/parsers/geany_cobol.c [moved from ctags/parsers/cobol.c with 100% similarity]
ctags/parsers/geany_css.c [moved from ctags/parsers/css.c with 100% similarity]
ctags/parsers/geany_diff.c [moved from ctags/parsers/diff.c with 100% similarity]
ctags/parsers/geany_docbook.c [moved from ctags/parsers/docbook.c with 100% similarity]
ctags/parsers/geany_erlang.c [moved from ctags/parsers/erlang.c with 100% similarity]
ctags/parsers/geany_flex.c [moved from ctags/parsers/flex.c with 100% similarity]
ctags/parsers/geany_fortran.c [moved from ctags/parsers/fortran.c with 100% similarity]
ctags/parsers/geany_go.c [moved from ctags/parsers/go.c with 100% similarity]
ctags/parsers/geany_haskell.c [moved from ctags/parsers/haskell.c with 100% similarity]
ctags/parsers/geany_haxe.c [moved from ctags/parsers/haxe.c with 100% similarity]
ctags/parsers/geany_html.c [moved from ctags/parsers/html.c with 100% similarity]
ctags/parsers/geany_iniconf.c [moved from ctags/parsers/iniconf.c with 100% similarity]
ctags/parsers/geany_jscript.c [moved from ctags/parsers/jscript.c with 100% similarity]
ctags/parsers/geany_json.c [moved from ctags/parsers/json.c with 100% similarity]
ctags/parsers/geany_lcpp.c [moved from ctags/parsers/lcpp.c with 99% similarity]
ctags/parsers/geany_lcpp.h [moved from ctags/parsers/lcpp.h with 100% similarity]
ctags/parsers/geany_lua.c [moved from ctags/parsers/lua.c with 100% similarity]
ctags/parsers/geany_make.c [moved from ctags/parsers/make.c with 100% similarity]
ctags/parsers/geany_markdown.c [moved from ctags/parsers/markdown.c with 100% similarity]
ctags/parsers/geany_matlab.c [moved from ctags/parsers/matlab.c with 100% similarity]
ctags/parsers/geany_nsis.c [moved from ctags/parsers/nsis.c with 100% similarity]
ctags/parsers/geany_objc.c [moved from ctags/parsers/objc.c with 100% similarity]
ctags/parsers/geany_pascal.c [moved from ctags/parsers/pascal.c with 100% similarity]
ctags/parsers/geany_perl.c [moved from ctags/parsers/perl.c with 100% similarity]
ctags/parsers/geany_php.c [moved from ctags/parsers/php.c with 100% similarity]
ctags/parsers/geany_powershell.c [moved from ctags/parsers/powershell.c with 100% similarity]
ctags/parsers/geany_python.c [moved from ctags/parsers/python.c with 100% similarity]
ctags/parsers/geany_r.c [moved from ctags/parsers/r.c with 100% similarity]
ctags/parsers/geany_rst.c [moved from ctags/parsers/rst.c with 100% similarity]
ctags/parsers/geany_ruby.c [moved from ctags/parsers/ruby.c with 100% similarity]
ctags/parsers/geany_rust.c [moved from ctags/parsers/rust.c with 100% similarity]
ctags/parsers/geany_sh.c [moved from ctags/parsers/sh.c with 100% similarity]
ctags/parsers/geany_sql.c [moved from ctags/parsers/sql.c with 100% similarity]
ctags/parsers/geany_tcl.c [moved from ctags/parsers/tcl.c with 100% similarity]
ctags/parsers/geany_tex.c [moved from ctags/parsers/tex.c with 100% similarity]
ctags/parsers/geany_txt2tags.c [moved from ctags/parsers/txt2tags.c with 100% similarity]
ctags/parsers/geany_verilog.c [moved from ctags/parsers/verilog.c with 99% similarity]
ctags/parsers/geany_vhdl.c [moved from ctags/parsers/vhdl.c with 100% similarity]