mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
5 lines
182 B
Python
5 lines
182 B
Python
import tzlocal
|
|
from pygments.lexers import get_lexer_by_name, guess_lexer_for_filename
|
|
from pygments.modeline import get_filetype_from_buffer
|
|
from pygments.util import ClassNotFound
|