From 205718dcf3cecdfb104ef1eb8d02d75f4e01c045 Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 22 Jul 2008 23:33:30 +0000 Subject: [PATCH] add thisfunc() and props.condition() --- utils/syntax/nasal.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5