vim-rana-local/packages/wakatime/language_priorities.py

19 lines
355 B
Python
Raw Permalink Normal View History

2017-03-16 15:41:52 +00:00
# -*- coding: utf-8 -*-
"""
wakatime.language_priorities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Overwrite pygments Lexer.priority attribute for specific languages.
:copyright: (c) 2017 Alan Hamlett.
:license: BSD, see LICENSE for more details.
"""
LANGUAGES = {
2017-06-08 07:18:26 +00:00
'f#': 0.01,
2017-03-16 15:41:52 +00:00
'perl': 0.01,
'perl6': 0.01,
2017-06-08 07:18:26 +00:00
'typescript': 0.01,
2017-03-16 15:41:52 +00:00
}