Skip to content

Commit 9e61331

Browse files
authored
Merge pull request #3 from spoofax-shell-2016/master
Add shell ESV syntax to esv lexer
2 parents 8b840a6 + f036ec4 commit 9e61331

File tree

1 file changed

+1
-0
lines changed
  • metaborg/pygments/lexers/meta

1 file changed

+1
-0
lines changed

metaborg/pygments/lexers/meta/esv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class ESVLexer(RegexLexer):
1212
(words(('module','imports',
1313
'language','name','description','extensions','table','start','symbols','provider','observer','context',
1414
'menus','menu','action','openeditor','source','meta','realtime',
15+
'shell','evaluation method','shell start symbol',
1516
'line comment','block comment','fences'), suffix=r'\b'), Keyword),
1617
(r'"[^"^\n]*"', Literal.String),
1718
(r'[\.\,\|\[\]\(\)\{\}\<\>\;\:\*]', Text.Punctuation),

0 commit comments

Comments
 (0)