Commit Graph

309 Commits (f9595842a3721fd890741e16b80c733aaf92a5fd)
 

Author SHA1 Message Date
Alexandru Dima f9595842a3
Merge pull request from finalfantasia/master
[clojure] Improve the regular expressions for various symbols
Alex Dima 3c3465db29 More native promises
Alex Dima 35c57b5990 Adopt native promises
Alexandru Dima 03a82594d2
Merge pull request from langpavel/graphql
GraphQL language support
Abdussalam Abdurrahman 6b675164e5
Add ".edn" to the list of file name extensions
Pavel Lang 4ab50c667e
fix(graphql): add implements to keywords
Pavel Lang 1ff4648d05
feat(graphql): treat block strings as markdown
Pavel Lang d605a30cc7
docs(readme): Add graphql to list of languages
Pavel Lang d4687537fd
test(graphql): more complex test
Pavel Lang 3dd748c39c
test(graphql): query
Pavel Lang f7abfe5a37
build(graphql): add graphql to bundle
Pavel Lang f0df74079c
WIP: GraphQL first shot
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`).
Abdussalam Abdurrahman 4061962186 [clojure] Remove an file name extension that's uncommon
Abdussalam Abdurrahman 223c3eb54f [clojure] Improve the regular expressions for various symbols.
Abdussalam Abdurrahman c77f11b1b0 [clojure] Add a word boundary to ensure exact matches for `(comment ...)`.
Abdussalam Abdurrahman 6f6f1b43f0 [clojure] Add ".cljs" and ".cljc" to source file extension list
Alex Dima 8f7537dee5 Fixes
Alexandru Dima 4054a20fdc
Merge pull request from futurejones/update-keywords
Solidity - add "constructor" to main keywords
Neil Jones 854a28ccc8
add "constructor" to main keywords
Alex Dima 858705e742 1.6.0
Alex Dima ad86fb7954 Adopt new npm modules
Alex Dima ad77f86a8c Fixes
Alex Dima 9961f06110 Fixes
Alex Dima 70f12687bb Inline constants
Alex Dima 20a36a1d87 Fixes
Alexandru Dima f4280b21d6
Merge pull request from pascalberger/patch-1
Use C# highlighting for Cake scripts
Pascal Berger 0a2434505e
Use C# highlighting for Cake scripts
Alexandru Dima 00ea4e300e
Merge pull request from AasthaGupta/master
Fix markdown bug 
Alexandru Dima 21376c35de
Merge pull request from GeekAb/master
Markdown bug fix for 
Alexandru Dima 2c18c1e799
Merge pull request from goober99/hacktoberfest
Added support for Perl quote-like operators to fix 
Alexandru Dima 8d039c9816
Merge pull request from TiagoDanin-Forks/StringYAML
New rule for non-teminated string in yaml
Alex Dima 290e35d7b2 Merge remote-tracking branch 'origin/master' into pr/TiagoDanin/48
Alexandru Dima 45d4471447
Merge pull request from grzegorz-wcislo/fix_yaml_string_tokenization
Fix yaml string tokenization
Aastha Gupta 6182bc8a42 Fix markdown bug
Fixes issue: https://github.com/Microsoft/monaco-editor/issues/1107
Abhishek 8ddd2b62eb
Markdown bug fix.
Coloring was failing in a specific condition.
Matthew D. Miller 8694e28edb Modified original regex rule to only catch instances of bare /regex/
Matthew D. Miller 3928208ab4 Fixed failing tests due to regexp modifiers being handled differently
Peng Lyu 5428f8a943
Merge pull request from spahnke/octal
Matthew D. Miller 40fdb5d594 Added support for Perl quote-like operators to fix
Matthew D. Miller 80e9270d80 Separated quote-like operators from other keywords
Matthew D. Miller 6feaf43d1d Added tests for quoted strings and regexes using alternative delimiters
Sebastian Pahnke 623dbc1acc Add more tests for hex and binary integer literals
Sebastian Pahnke 79ad5abdb3 Add support for alternate octal integer syntax
TiagoDanin c59dd6a01e
New rule for non-teminated string in yaml
Grzegorz Wcisło 4b0d5c54d2 Fix yaml string tokenization
Peng Lyu 66b5497f3c
Merge pull request from spahnke/regex-flags
Improve tokenization of regular expressions
Sebastian Pahnke ce3a0652b3 Tokenize regex flags as 'keyword.other' like VS Code does
Sebastian Pahnke 3e6c3ee653 Allow the 's' flag in regular expressions
Alexandru Dima 0aea831f05
Merge pull request from finalfantasia/master
[clojure] Improve Clojure syntax highlighting.