From: mfranz Date: Tue, 22 Jul 2008 23:33:30 +0000 (+0000) Subject: add thisfunc() and props.condition() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=205718dcf3cecdfb104ef1eb8d02d75f4e01c045;p=flightgear.git add thisfunc() and props.condition() --- diff --git a/utils/syntax/nasal.vim b/utils/syntax/nasal.vim index b254b1ef2..e67d18c8b 100644 --- a/utils/syntax/nasal.vim +++ b/utils/syntax/nasal.vim @@ -77,13 +77,14 @@ if !exists("nasal_no_fgfs") syn keyword nasalFGFSFunction geodtocart carttogeod geodinfo parsexml airportinfo abort syn keyword nasalGlobalsFunction isa fgcommand cmdarg abs interpolate setlistener defined printlog + syn keyword nasalGlobalsFunction thisfunc 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 getPath getBoolValue setValues getValues - syn match nasalPropsFunction "\\.\=" + syn match nasalPropsFunction "\\.\=" endif