Jamfile
Source (link to git-repo or to original if based on someone elses unmodified work):
0.3
* because weakDelimiter isn't supported, it is not possible to just have some locals delimiters for the tokens and globals delimiters as default. So it's not possible to have our usual double click to select.
* 'actions action_name bind var' instead of 'actions bind var action_name'
* bun in syntax 'rule Rulename : param param ...' ':' is not recognized. fixed
* fixed some bugs found when looking at Jambase (peacemeal -> piecemeal, ...)
* variables recognized in strings
* named parameters for rules ... the syntax has changed : 'rule rulename param : param : param {'
* changed section from Scripts to Other
0.2
* now tokens like [ ] { } ( ) : ; are not detected if there is no whitespace before and after
* Jam* files are handled (example Jamrules or Jambase)
* different colors
* Subvariables are handled (example : $(varname[$(v)])
* Include bash highlighting inside actions blocks
* rules names are found in rules definitions
* highlight the variable reference in rule definitions after 'bind'
Ratings & Comments
0 Comments