diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2020-01-07 21:10:52 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2020-01-07 21:10:52 +0100 |
commit | c7751058ec70e380fa57b7a8db102c1a8a37c25c (patch) | |
tree | e1097d74aedbe4aef48f9fdcab0c3b74ce48ae9f /pygments/lexers/stata.py | |
parent | d55d8be8da86fb5a273263375fab90993ddb7e9e (diff) | |
parent | 4f8b0b66ebb7ea5695441d5a97ac836b75e97e7a (diff) | |
download | pygments-git-c7751058ec70e380fa57b7a8db102c1a8a37c25c.tar.gz |
Merge branch 'master' into 671/upsuper/webidl
This allows us to resolve the merge conflict properly.
Diffstat (limited to 'pygments/lexers/stata.py')
-rw-r--r-- | pygments/lexers/stata.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/stata.py b/pygments/lexers/stata.py index b7b22edb..c6344fc6 100644 --- a/pygments/lexers/stata.py +++ b/pygments/lexers/stata.py @@ -27,8 +27,8 @@ class StataLexer(RegexLexer): """ # Syntax based on # - http://fmwww.bc.edu/RePEc/bocode/s/synlightlist.ado - # - http://github.com/isagalaev/highlight.js/blob/master/src/languages/stata.js - # - http://github.com/jpitblado/vim-stata/blob/master/syntax/stata.vim + # - https://github.com/isagalaev/highlight.js/blob/master/src/languages/stata.js + # - https://github.com/jpitblado/vim-stata/blob/master/syntax/stata.vim name = 'Stata' aliases = ['stata', 'do'] |