Skip to content

Commit

Permalink
Create julia lexer and tags parser (#2584)
Browse files Browse the repository at this point in the history
* Create julia parser, ctags and lexilla

* add ctags test file
  • Loading branch information
getzze committed Jul 20, 2021
1 parent f94d7ea commit 90c6096
Show file tree
Hide file tree
Showing 21 changed files with 3,576 additions and 0 deletions.
1 change: 1 addition & 0 deletions ctags/Makefile.am
Expand Up @@ -31,6 +31,7 @@ parsers = \
parsers/geany_html.c \
parsers/geany_jscript.c \
parsers/geany_json.c \
parsers/geany_julia.c \
parsers/geany_lcpp.c \
parsers/geany_lcpp.h \
parsers/geany_lua.c \
Expand Down

0 comments on commit 90c6096

Please sign in to comment.