diff --git a/grammars/mefpp.cson b/grammars/mefpp.cson index 189396d..4e5dd35 100644 --- a/grammars/mefpp.cson +++ b/grammars/mefpp.cson @@ -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'