ajoute support pour cree_entite et prefixe_sorties

This commit is contained in:
Thomas Briffard 2018-09-20 10:53:25 -04:00
parent dd5c4c99b6
commit 35346b8d81

View File

@ -112,6 +112,13 @@
'name': 'constant.other.general.mefpp'
'name': 'meta.function.environment.general.mefpp'
}
{
'match': '\\b(cree_entite)'
'captures':
'1':
'name': 'variable.other.object.mefpp'
'name': 'variable.parameter.function.mefpp'
}
{
'match': '\\b(formulation)(\\w+)'
'captures':
@ -153,7 +160,7 @@
'name': 'variable.parameter.function.mefpp'
}
{
'match': '\\b(resoud|execute|ajoute\\w+|format_exportation|asgnDegreInterpolation|asgnExporteToujoursMaillage|forceMiseAJourMaillage|ksp_\\w+|pc_\\w+|mat_\\w+)'
'match': '\\b(resoud|execute|ajoute\\w+|format_exportation|prefixe_sorties|asgnDegreInterpolation|asgnExporteToujoursMaillage|forceMiseAJourMaillage|ksp_\\w+|pc_\\w+|mat_\\w+)'
'captures':
'1':
'name': 'entity.name.section.mefpp'