mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
fix(syntax_hilighting): syntax
This commit is contained in:
parent
0ca2402d14
commit
55fa3d726f
@ -17,7 +17,7 @@ class CatalaFrLexer(RegexLexer):
|
||||
(u'([\#]+)', bygroups(Generic.Heading), 'main__1'),
|
||||
(u'([\#]+\s*\[[^\]]\s*])', bygroups(Generic.Heading), 'main__2'),
|
||||
(u'([^`\\n\\r])', bygroups(Text)),
|
||||
(u'(```)', bygroups(Text), 'code'),
|
||||
(u'(```catala)', bygroups(Text), 'code'),
|
||||
('(\n|\r|\r\n)', Text),
|
||||
('.', Text),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user