daml/compiler/daml-extension/syntaxes
Gary Verhaegen 961ca80b77
hunt down DAML (#13191)
Process:

- `git ls-files | xargs sed -i 's/DAML/Daml/g'`
- `git add -p`

To review:

- Check for false positives by carefully reviewing the diff in this PR.
- Check for false negatives with `git grep DAML`.

CHANGELOG_BEGIN
- Removed all traces of DAML. This may affect error messages and debug
  outputs.
CHANGELOG_END
2022-03-08 14:25:25 +01:00
..
daml12.tmLanguage.license.txt Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
daml12.tmLanguage.xml Add requires keyword for syntax highlighting (#12113) 2021-12-14 12:20:41 +00:00
daml.json hunt down DAML (#13191) 2022-03-08 14:25:25 +01:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
TestGrammar.daml update copyright headers (#12240) 2022-01-03 16:36:51 +00:00

README

Some notes on the files you find here.

  • daml.json defines the syntax highlighting rules used before Daml 1.2 (daml.configuration.json in the parent directory configuration properties);
  • daml12.tmLanguage.xml defines the syntax highlight rules used starting with Daml 1.2;
    • These rules are in fact general Haskell syntax highlighting rules augmented with Daml specific keywords;
    • daml12.tmLanguage.xml was produced from the file daml12.tmLanguage by means of the VS-code extension, "TextMate Languages";
    • daml12.tmLanguage.jsoxmln and daml12.configuration.json (in the parent directory) are therefore (legal) derivative works subject to license conditions the details of which are provided in the file daml12.tmLanguage.license.txt.