Add AutoIt syntax highlighting and Ctags parser for AutoIt
commite14a07638393019d38b36bdbf70fcd17fb54a867
authorSkif-off <Skif-off@users.noreply.github.com>
Sat, 27 Jan 2018 02:54:02 +0000 (27 06:54 +0400)
committerSkif-off <Skif-off@users.noreply.github.com>
Thu, 13 Apr 2023 22:37:47 +0000 (14 02:37 +0400)
tree8befda273638578f5985bc8dd6db43d66361841e
parente2ce7db7063d6d854ba859dd975d4b0de6d0f384
Add AutoIt syntax highlighting and Ctags parser for AutoIt
21 files changed:
ctags/Makefile.am
ctags/parsers/autoit.c [new file with mode: 0644]
data/Makefile.am
data/filedefs/filetypes.autoit [new file with mode: 0644]
data/filetype_extensions.conf
meson.build
scintilla/Makefile.am
scintilla/lexilla/lexers/LexAU3.cxx [new file with mode: 0644]
scintilla/lexilla/src/Lexilla.cxx
scintilla/scintilla_changes.patch
src/filetypes.c
src/filetypes.h
src/highlighting.c
src/highlightingmappings.h
src/tagmanager/tm_parser.c
src/tagmanager/tm_parser.h
src/tagmanager/tm_parsers.h
tests/ctags/Makefile.am
tests/ctags/simple.au3 [new file with mode: 0644]
tests/ctags/simple.au3.tags [new file with mode: 0644]
tests/meson.build