Skip to content
Snippets Groups Projects
Commit 693780fa authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(lexer.ignore): Ignore @file and @TeX.

parent ef228705
No related branches found
No related tags found
No related merge requests found
...@@ -380,6 +380,8 @@ class lexer: ...@@ -380,6 +380,8 @@ class lexer:
toplevel_badspell = ignore toplevel_badspell = ignore
toplevel_holl = ignore toplevel_holl = ignore
toplevel_daemon = ignore toplevel_daemon = ignore
toplevel_file = ignore
toplevel_TeX = ignore
def toplevel_node(self, arg, line_no): def toplevel_node(self, arg, line_no):
if self.__findex != None: if self.__findex != None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment