We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b840a6 + f036ec4 commit 9e61331Copy full SHA for 9e61331
metaborg/pygments/lexers/meta/esv.py
@@ -12,6 +12,7 @@ class ESVLexer(RegexLexer):
12
(words(('module','imports',
13
'language','name','description','extensions','table','start','symbols','provider','observer','context',
14
'menus','menu','action','openeditor','source','meta','realtime',
15
+ 'shell','evaluation method','shell start symbol',
16
'line comment','block comment','fences'), suffix=r'\b'), Keyword),
17
(r'"[^"^\n]*"', Literal.String),
18
(r'[\.\,\|\[\]\(\)\{\}\<\>\;\:\*]', Text.Punctuation),
0 commit comments