forked from luna/vim-rana-local
upgrade wakatime plugin
This commit is contained in:
parent
ff1530db74
commit
b91f1c9bfc
1 changed files with 2 additions and 1 deletions
|
@ -25,8 +25,9 @@ log = logging.getLogger(__name__)
|
||||||
|
|
||||||
# force file name extensions to be recognized as a certain language
|
# force file name extensions to be recognized as a certain language
|
||||||
EXTENSIONS = {
|
EXTENSIONS = {
|
||||||
'md': 'Markdown',
|
|
||||||
'j2': 'HTML',
|
'j2': 'HTML',
|
||||||
|
'markdown': 'Markdown',
|
||||||
|
'md': 'Markdown',
|
||||||
}
|
}
|
||||||
TRANSLATIONS = {
|
TRANSLATIONS = {
|
||||||
'CSS+Genshi Text': 'CSS',
|
'CSS+Genshi Text': 'CSS',
|
||||||
|
|
Loading…
Reference in a new issue