From: mfranz Date: Thu, 20 Nov 2008 20:11:46 +0000 (+0000) Subject: add props.Node.{initNode,alias,unalias} X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=301915a05fcd3ab6c773b62391c1d0c365b6e4cf;p=flightgear.git add props.Node.{initNode,alias,unalias} --- diff --git a/scripts/syntax/nasal.vim b/scripts/syntax/nasal.vim index 03426e45a..03137dc5f 100644 --- a/scripts/syntax/nasal.vim +++ b/scripts/syntax/nasal.vim @@ -89,10 +89,10 @@ if !exists("nasal_no_fgfs") syn keyword nasalPropsFunction getType getName getIndex getValue setValue setIntValue syn keyword nasalPropsFunction setBoolValue setDoubleValue getParent getChild getChildren - syn keyword nasalPropsFunction getAttribute setAttribute - syn keyword nasalPropsFunction removeChild removeChildren getNode + syn keyword nasalPropsFunction getAttribute setAttribute alias unalias + syn keyword nasalPropsFunction removeChild removeChildren getNode initNode syn keyword nasalPropsFunction getPath getBoolValue setValues getValues - syn match nasalPropsFunction "\\.\=" + syn match nasalPropsFunction "\\.\=" " XML embedded mode if expand("%:e") == "xml"