Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 20, 2021
1 parent 77aa6f4 commit b98ec6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from pygments.lexer import RegexLexer, bygroups, combined, include
from pygments import token
from sphinx.highlighting import lexers
Expand All @@ -19,7 +18,7 @@
import sys
sys.path.insert(0, os.path.abspath('..'))
from Aspidites.parser import comparisonop, identifier, quoted_str
from Aspidites import __version__
from Aspidites import __version__, __mimetype__


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -71,6 +70,7 @@

class WomaLexer(RegexLexer):
name = 'woma'
mimetype = [__mimetype__]

def innerstring_rules(ttype):
return [
Expand Down

0 comments on commit b98ec6a

Please sign in to comment.