tests


Log

Author Commit Date CI Message
Andreas Rohner 256c3e12 2015-10-05T23:00:25 Fix regression in Bash strings In a recent patch the regex for single-quoted and double-quoted strings of the Bash language was split into two separate regexes to prevent the highlighting of variables inside of single-quoted strings. This causes a bug whenever a double-quoted string apears inside a single-quoted string, because the double-quoted string is matched first. '"foo"' The same problem exists with the newly introduced Here-Documents. This patch fixes the problem by matching Here-Documents first and merging the regexes for single-quoted and double-quoted strings again. This patch also adds testcases for this, to prevent future regressions.
Andreas Rohner 71bf8e9a 2015-10-01T13:22:42 Add support for Here-Documents for the Bash language This patch adds support for Here-Documents for the Bash language. A Here-Document should be highlighted as a multiline string and looks like this: cat << EOF foo bar EOF
Andreas Rohner 89b1f857 2015-10-01T12:21:46 Use a proper alias for the Bash-Shebang This patch introduces a proper alias for the Bash-Shebang. Additionally the variables are changed from the class "property" to "variable". The tests also need to be updated.
TSUYUSATO Kitsune f178a640 2015-09-30T15:45:15 Crystal dosen't have `undef` keyword since v0.8.0
TSUYUSATO Kitsune 4943abf4 2015-09-26T23:45:28 Add Crystal language definition
Golmote 69ea994e 2015-09-24T09:03:36 Add support for vim. Closes #777
Golmote e62c88ed 2015-09-23T08:41:41 Add nginx to components, fixed basic highlighting, add a few tests
Golmote ccb6566c 2015-09-22T23:26:10 Elixir: Fix empty comment + add test for issue #775
Golmote 211a41ce 2015-09-22T20:04:36 Merge pull request #771 from Golmote/prism-autoit Add support for AutoIt. Fix #453
Golmote b2763e7d 2015-09-21T09:01:18 Sass: Highlight "-" as operator only if surrounded by spaces, in order to not break hyphenated values (e.g. "ease-in-out")
Golmote 3f386732 2015-09-17T08:56:50 Add support for AutoIt. Fix #453
Golmote 3ebc8539 2015-09-16T08:22:39 Add tests for Verilog
Golmote 7feb135e 2015-09-16T07:53:42 Merge pull request #764 from Golmote/prism-bison Add support for Bison
Golmote 3669034d 2015-09-15T08:25:00 Add tests for diff
Golmote 3aadd5d9 2015-09-14T23:07:03 Git: Add support for unified diff. Fixes #769, fixes #357, closes #401
Golmote 44beac5f 2015-09-12T02:15:21 Merge pull request #758 from Golmote/tests-yaml Add tests for YAML
Golmote 66cb38e6 2015-09-11T08:21:57 Add tests for ABAP
Golmote 47873495 2015-09-09T21:14:46 Merge pull request #757 from Golmote/tests-wiki Add tests for Wiki markup
Golmote e336007f 2015-09-09T21:06:24 Add support for Bison
Golmote 9bdcf2f3 2015-09-09T19:35:59 Merge pull request #756 from Golmote/tests-vhdl Add tests for VHDL
Golmote a522151b 2015-09-09T19:35:51 Merge pull request #755 from Golmote/tests-typescript Add tests for TypeScript
Golmote fe52a97c 2015-09-09T08:42:36 Add tests for Prolog
Golmote 509da627 2015-09-09T08:27:16 Add tests for Processing
Golmote fca15ae7 2015-09-09T07:59:58 Add tests for OCaml
Golmote cd58ab09 2015-09-09T07:37:02 Merge pull request #753 from Golmote/tests-twig Add tests for Twig
Golmote c2431a7a 2015-09-09T07:36:55 Merge pull request #752 from Golmote/tests-swift Add tests for Swift
Golmote dbc5e9c3 2015-09-08T19:56:50 Add tests for Pure
Golmote a6a27114 2015-09-08T19:09:37 Merge pull request #751 from Golmote/tests-stylus Add tests for Stylus
Golmote 42f81d85 2015-09-08T09:04:16 Add tests for Q
Golmote 32fc1905 2015-09-08T08:13:23 Add tests for J
Golmote ca595b5e 2015-09-07T22:29:01 Add tests for Nim
Golmote dd417d7d 2015-09-07T21:52:09 Add tests for Monkey
Golmote d66235f2 2015-09-07T19:20:06 Merge pull request #749 from Golmote/tests-smarty Add tests for Smarty
Golmote 15e6cb18 2015-09-07T08:55:44 Add tests for BASIC
Golmote 3645f0ec 2015-09-07T08:11:36 Add tests for Mizar
Golmote ec10faa0 2015-09-07T08:00:22 Merge pull request #748 from Golmote/tests-smalltalk Add tests for Smalltalk
Golmote 4c9b105e 2015-09-07T07:58:27 Add tests for MEL
Golmote 53b6915d 2015-09-06T23:06:11 Merge branch 'gh-pages' of https://github.com/PrismJS/prism into gh-pages
Golmote 4b9623e5 2015-09-06T23:05:08 Merge pull request #747 from Golmote/tests-scheme Add tests for Scheme
Golmote 4ed102df 2015-09-06T23:05:00 Merge pull request #746 from Golmote/tests-scala Add tests for Scala
Golmote 6dbea82c 2015-09-06T19:56:37 Qore: Add support for unescaped multi-line strings
Golmote a23f9b65 2015-09-06T19:47:04 Add tests for Inform 7
Golmote 74949405 2015-09-06T19:03:04 Add tests for GLSL
Golmote 5d976a65 2015-09-06T12:17:08 Merge pull request #745 from Golmote/tests-sql Add tests for SQL
Golmote 6206d31c 2015-09-06T12:17:01 Merge pull request #744 from Golmote/tests-scss Add tests for Scss
Golmote eaad4681 2015-09-06T12:16:54 Merge pull request #743 from Golmote/tests-sass Add tests for Sass
Golmote 1c152ae1 2015-09-06T12:16:46 Merge pull request #742 from Golmote/tests-sas Add tests for SAS
Golmote c101e54d 2015-09-06T12:16:39 Merge pull request #740 from Golmote/tests-rip Add tests for Rip
Golmote 6ca4c45c 2015-09-06T12:16:31 Merge pull request #739 from Golmote/tests-rest Add tests for reST
Golmote 947cc4b4 2015-09-06T12:16:23 Merge pull request #738 from Golmote/tests-r Add tests for R
Golmote 7126f6ff 2015-09-06T12:16:08 Merge pull request #737 from Golmote/tests-python Add tests for Python
Golmote 71e308ed 2015-09-06T12:16:01 Merge pull request #736 from Golmote/tests-php-extras Add tests for PHP-extras
Golmote 9436e7d3 2015-09-06T12:14:13 Add tests for D
Golmote 78890e42 2015-09-06T11:19:47 Add tests for Textile
Golmote 125e91ff 2015-09-05T18:52:14 Merge branch 'gh-pages' of https://github.com/temnoregg/prism into gh-pages + fixes + add example and tests Conflicts: components.js
Golmote e49f7cfd 2015-09-05T17:00:41 Add tests for Docker + optimized strings + fixed punctuation
Golmote 206536bb 2015-09-05T16:36:45 Swift: Add tests for strings and string interpolation.
Golmote 9a84c4b3 2015-09-05T16:28:41 Merge branch 'gh-pages' of https://github.com/PrismJS/prism into tests-swift
Golmote 85ed18ff 2015-09-05T16:22:46 Merge pull request #735 from Golmote/tests-php Add tests for PHP
Golmote a4bd334c 2015-09-05T16:22:39 Merge pull request #733 from Golmote/tests-perl Add tests for Perl
Golmote 11ff829f 2015-09-05T11:35:00 Tcl: Add operators and punctuation + add examples
Golmote a3e751a4 2015-09-05T11:19:11 Merge branch 'prism-markdown-tcl' of https://github.com/PeterChaplin/prism into gh-pages + add tests Conflicts: components.js
Golmote 942a6ec7 2015-09-05T10:28:05 Merge branch 'LatexBranch' of https://github.com/zeitgeist87/prism into gh-pages + update tests Conflicts: components/prism-latex.js components/prism-latex.min.js
Golmote 8a99c975 2015-09-05T09:42:51 Add tests for Elixir
Golmote 4eaf771d 2015-09-04T19:05:27 Merge pull request #730 from Golmote/tests-pascal Add tests for Pascal
Golmote 48cfb4a7 2015-09-04T19:05:20 Merge pull request #729 from Golmote/tests-objectivec Add tests for Objective-C
Golmote 9a2881ad 2015-09-04T19:05:13 Merge pull request #728 from Golmote/tests-nsis Add tests for NSIS
Golmote 1f45942c 2015-09-04T08:58:16 Add support for APL. Closes #308
Golmote 071c3ddf 2015-09-04T00:13:37 Merge branch 'c-fixes' of https://github.com/rygorous/prism into gh-pages Conflicts: components/prism-c.js components/prism-c.min.js components/prism-clike.js components/prism-clike.min.js + added tests
Golmote 4d64d077 2015-09-04T00:11:44 Merge branch 'c-fixes' of https://github.com/rygorous/prism into gh-pages Conflicts: components/prism-c.js components/prism-c.min.js components/prism-clike.js components/prism-clike.min.js + added tests
Golmote 29e26dc3 2015-09-03T23:14:19 JavaScript: Allow for all non-ASCII characters in function names. Fix #400
Golmote 2d378008 2015-09-03T22:16:03 Ruby: Add % notations for strings and regexps. Fix #590
Golmote 9bae1860 2015-09-03T20:19:43 Merge pull request #727 from Golmote/tests-nasm Add tests for NASM
Golmote 75d2a096 2015-09-03T20:19:35 Merge pull request #726 from Golmote/tests-matlab Add tests for MATLAB
Golmote 46ece61c 2015-09-03T20:19:26 Merge pull request #724 from Golmote/tests-markdown Add tests for Markdown
Golmote d58ddfdd 2015-09-03T20:18:03 Add tests for YAML
Golmote 4f1c3950 2015-09-03T08:28:20 Add tests for Wiki markup
Golmote 5203dd16 2015-09-02T22:50:19 Merge pull request #723 from Golmote/tests-makefile Add test for Makefile
Golmote 02b505c4 2015-09-02T22:48:56 Add tests for VHDL
Golmote 491340a5 2015-09-02T21:55:16 Add tests for TypeScript
Golmote db25ed74 2015-09-02T08:55:06 Add tests for Twig
Golmote aa90b684 2015-09-02T08:03:04 Merge pull request #722 from Golmote/tests-lolcode Add tests for LOLCODE
Golmote c135054c 2015-09-02T08:01:43 Add tests for Swift
Golmote cb22f8ef 2015-09-02T00:51:14 Merge pull request #720 from Golmote/tests-less Add tests for Less
Golmote a7b83b61 2015-09-02T00:51:08 Merge pull request #719 from Golmote/tests-latex Add tests for LaTeX
Golmote 01d585dd 2015-09-02T00:51:00 Merge pull request #718 from Golmote/tests-keyman Add tests for Keyman
Golmote ddb99ec7 2015-09-02T00:50:53 Merge pull request #716 from Golmote/tests-julia Add tests for Julia
Golmote cef8b58d 2015-09-02T00:50:44 Merge pull request #715 from Golmote/tests-jsx Add tests for JSX
Golmote d9f4021c 2015-09-02T00:47:49 Add tests for Stylus
Golmote 77297288 2015-09-02T00:47:09 Stylus: Rewrote the component entirely
Golmote 9c83331f 2015-08-31T20:57:01 Add tests for Smarty
Golmote 1945c58b 2015-08-31T19:58:02 Add tests for Smalltalk
Golmote 6f42a792 2015-08-31T19:26:15 Merge pull request #714 from Golmote/tests-java Add tests for Java
Golmote 15a05d62 2015-08-31T19:26:06 Merge pull request #713 from Golmote/tests-jade Add tests for Jade
Golmote ae12ea47 2015-08-31T09:07:00 Add tests for Scheme
Golmote 1c92e693 2015-08-31T08:28:32 Add tests for Scala
Golmote cfd357e4 2015-08-30T23:50:50 Add tests for SQL
Golmote a23c2735 2015-08-30T22:53:18 Add tests for Scss
Golmote 672c167a 2015-08-30T22:52:00 Scss: Simplified patterns + fixed operators + don't match empty selectors
Golmote c374caac 2015-08-30T20:22:35 Merge pull request #711 from Golmote/tests-ini Add tests for Ini