Commit Graph

394 Commits (4e2ba08fc635092e6fa60ca912da019deffca23e)
 

Author SHA1 Message Date
Alf Eaton 989b7a9e71 Add .xsl to xml file extensions 6 years ago
Alf Eaton c002f7424f
Add .opf to xml file extensions
Add support for EPUB 3 .opf files as XML
6 years ago
Alex Dima 7814d873bd Update dependencies 6 years ago
Abdussalam Abdurrahman 67eac92a0c [clojure] treat comma as whitespace 6 years ago
Alex Dima bdf46a7551 Remove travis 6 years ago
Alexandru Dima 347d55eb96 Set up CI with Azure Pipelines
[skip ci]
6 years ago
Sebastian Pahnke 5e89da1eef Add support for BigInt 6 years ago
Alex Dima 06ba3ff7e8 1.7.0 6 years ago
Alexandru Dima 125ea00813
Merge pull request #61 from samghelms/master
allows annotation in markdown language block headers
6 years ago
Alexandru Dima 8612cdf3fc
Merge pull request #60 from alefragnani/pascal
Pascal language support
6 years ago
Alex Dima 5f5ad5056f Update to latest and simplify docker 6 years ago
Alex Dima e174b96db8 Fixes Microsoft/monaco-editor#1213 6 years ago
Alex Dima c362bfab0e Fixes Microsoft/monaco-editor#1278 6 years ago
Alex Dima ba44226434 Port over Microsoft/monaco-editor#1329 6 years ago
Samuel Helms b1fe6ca63e allows annotation in markdown language block headers (matches the behavior in vscode) 6 years ago
Alessandro Fragnani 3e3d229435 Strings in Pascal can also be #number 6 years ago
Alessandro Fragnani 735ae599dc Pascal does not have "escape" - remove it 6 years ago
Alessandro Fragnani e132721b08 Adds Pascal language in README 6 years ago
Alessandro Fragnani f5b48af525 Register, Load and Ship Pascal language 6 years ago
Alessandro Fragnani 34c155adaa Adds Pascal language files 6 years ago
Alexandru Dima ec16c9c01a
Merge pull request #59 from ALANVF/master
Add Tcl support
6 years ago
Alex Dima 22d999d519 Merge remote-tracking branch 'origin/master' into pr/ALANVF/59 6 years ago
alan.invents 9d51b7ced9 Add Tcl support 6 years ago
Alex Dima c4eea357d9 Remove usage of monaco.Promise 6 years ago
Alexandru Dima 438b87cf17
Merge pull request #58 from brijeshb42/master
Update ruby auto indentation rules
6 years ago
Alexandru Dima 1336ea407f
Merge pull request #57 from creativedrewy/add-kotlin-support
Add Kotlin Language Support
6 years ago
Alexandru Dima f9595842a3
Merge pull request #56 from finalfantasia/master
[clojure] Improve the regular expressions for various symbols
6 years ago
Alex Dima 3c3465db29 More native promises 6 years ago
Alex Dima 35c57b5990 Adopt native promises 6 years ago
Alexandru Dima 03a82594d2
Merge pull request #54 from langpavel/graphql
GraphQL language support
6 years ago
Abdussalam Abdurrahman 6b675164e5
Add ".edn" to the list of file name extensions 6 years ago
Brijesh Bittu ea1dd2c5cf Update ruby auto indent rules
Copied rules from `vscode/extensions/ruby/language-configuration.json`
6 years ago
Caleb Tseng 2683160fab Adding class highlighting and unit tests 6 years ago
Pavel Lang 4ab50c667e
fix(graphql): add implements to keywords 6 years ago
Pavel Lang 1ff4648d05
feat(graphql): treat block strings as markdown 6 years ago
Andrew Watson 0eed4aa652 Add language to bundle js 6 years ago
Andrew Watson a6f2e04d34 Finish up getting tests working 6 years ago
Andrew Watson 140cba979d Lotsa upates getting tests to pass 6 years ago
Andrew Watson 41797ecbbb Update the language now, add monaco contrib 6 years ago
Andrew Watson c071453275 Add operators 6 years ago
Andrew Watson 0d3e237e27 Add keywords 6 years ago
Andrew Watson faf8fd35c1 Add kotlin-related files, start introducing language constructs 6 years ago
Pavel Lang d605a30cc7
docs(readme): Add graphql to list of languages 6 years ago
Pavel Lang d4687537fd
test(graphql): more complex test 6 years ago
Pavel Lang 3dd748c39c
test(graphql): query 6 years ago
Pavel Lang f7abfe5a37
build(graphql): add graphql to bundle 6 years ago
Pavel Lang f0df74079c
WIP: GraphQL first shot 6 years ago
Abdussalam Abdurrahman 3f16600ec1 [clojure] Fix tokenization of escapes in strings
The notation for escapes in strings follows that of the host platforms
which is different from the notation for character literals in Clojure
(e.g., "\n" vs `\newline`).
6 years ago
Abdussalam Abdurrahman 4061962186 [clojure] Remove an file name extension that's uncommon 6 years ago
Abdussalam Abdurrahman 223c3eb54f [clojure] Improve the regular expressions for various symbols. 6 years ago