Commit Graph

2450 Commits (f99eab0ceba8f78a83e94992ab3a1465de648494)
 

Author SHA1 Message Date
Alex Dima f86321e052 Align languages with upcoming editor release 7 years ago
Alex Dima 701a5b4584 1.5.0 7 years ago
Alex Dima 159af65cc5 Assume identifiers starting with upper case are type names 7 years ago
Alexandru Dima d2c6f44a77
Merge pull request #44 from olane/apex
Add Apex language
7 years ago
Alex Dima e605ab21ef Fixes #26 7 years ago
Alex Dima 02fcbd578a Align features with upcoming editor release 7 years ago
Alex Dima c734cbaf0c Update dev dependencies 7 years ago
Alexandru Dima 466bc4f0dd
Merge pull request #25 from evmar/docs-css
document necessary css loaders
7 years ago
olane a3d82924a9 Create case variations of the keywords
Apex is case insensitive, but we can't make the highlighter case insensitive without breaking the heuristic which assumes that identifiers starting with an upper case letter are types. As a compromise, create the common case variations of the keywords and match on all of them.
7 years ago
Alex Dima e808dc34a6 monaco-editor-core@0.14.2 7 years ago
olane acea7fd4a1 Add missing `get` keyword 7 years ago
olane c421273fca Apex also doesn't have a byte type 7 years ago
olane 1d66cf8412 Remove hex, octal and binary numbers - apex doesn't support them 7 years ago
olane 40dfb97e56 Add support for apexdoc (based on java javadoc support) 7 years ago
Alex Dima 750b688642 Update devDependencies 7 years ago
Alexandru Dima 5e178f81c8
Merge pull request #981 from mscolnick/patch-1
add sideEffects false for tree-shaking in webpack
7 years ago
Alex Dima 1fcd19be1c Fixes #922 7 years ago
Alex Dima b04ceadff2 Adopt latest monaco-* modules 7 years ago
Alex Dima 178be30d46 1.4.1 7 years ago
Alex Dima e656c6a449 Update dependencies 7 years ago
olane 9498adec54 Update tests to reflect new assumption 7 years ago
olane 7140444de9 Assume identifiers starting with an uppercase letter are types 7 years ago
Alex Dima 370169f666 2.2.0 7 years ago
Alex Dima a02a95603d Adopt monaco-editor-core@0.14.1 7 years ago
Alex Dima 70020ec3be 2.2.0 7 years ago
Alex Dima c0e876a4a8 vscode-html-languageservice@2.1.5 7 years ago
Alex Dima 552bfedb75 Update dependencies 7 years ago
olane 5557352259 Merge keyword list with keyword list from SFDC documentation 7 years ago
Alex Dima f5602dc25a 3.2.0 7 years ago
Alex Dima b08b71f7e4 Adopt monaco-editor-core@0.14.1 7 years ago
Alex Dima 5ab4ffac72 Add support for testing via a local web server 7 years ago
Alex Dima ce1fb4aab7 2.2.0 7 years ago
Alex Dima 61c5a476e7 Update deps 7 years ago
Alex Dima 4336d9c40f Adopt monaco-editor-core@0.14.0 7 years ago
olane ca8e66588a Add apex to readme list 7 years ago
olane cd8c782c0e Bundle apex 7 years ago
olane 62d143821a Register apex language and load tests 7 years ago
olane 0821a3dd33 Add Apex highlighter based on Java highlighter 7 years ago
Alex Dima be47b28d96 Use a more compact format for dts to avoid duplication 7 years ago
Alex Dima d1e907a30c Do not load typescriptServices.js on the UI thread anymore 7 years ago
Alex Dima 95c8a531a2 Remove language registration, configuration and tokenization 7 years ago
Alex Dima 46d0fd6400 1.4.0 7 years ago
Alex Dima 44cb53cd6e Format 7 years ago
Alexandru Dima 201fa54695
Merge pull request #21 from mattmccutchen/relatedInformation-cyclic
Clear the `file` fields of `relatedInformation` too. (WIP)
7 years ago
Alex Dima a56039de2d Remove any cast 7 years ago
Alex Dima 1e6ff8e032 Merge branch 'master' into pr/mattmccutchen/21 7 years ago
Alex Dima 35afe8257c Update to typescript 3.0.1 7 years ago
Alexandru Dima bc5c3656cb
Merge pull request #43 from Vityanchys/azcli
Added azcli
7 years ago
Alex Dima 4a58571f1b Merge remote-tracking branch 'origin/master' into pr/Vityanchys/43 7 years ago
Alexandru Dima 5f30811868
Merge pull request #42 from mattmasson/master
Add support for Power Query (M) language
7 years ago