Skip to content

Commit

Permalink
Add FS-specific keywords for XML listing, #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 29, 2018
1 parent 01ee4ad commit 0092c83
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion gap-civl.sty
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,18 @@
stringstyle=\color{black},
identifierstyle=\color{lightblue},
keywordstyle=\color{red},
morekeywords={xmlns,xsi,noNamespaceSchemaLocation,type,id,x,y,source,target,version,tool,transRef,roleRef,objective,eventually}% list your attributes here
morekeywords=
{ xmlns, xsi, noNamespaceSchemaLocation, type, id, x, y, source, target, version
, tool, transRef, roleRef, objective, eventually
, name, lat, lon, radius, location, from, to, utc_offset
, min_dist, nom_dist, nom_time, nom_goal
, use_distance_points
, use_time_points
, use_departure_points
, use_leading_points
, use_arrival_position_points
, use_arrival_time_points
, ss, es, goal, groundstart
, tracklog_folder, tracklog_filename
} % list your attributes here
}

0 comments on commit 0092c83

Please sign in to comment.