latex-javaScript icon indicating copy to clipboard operation
latex-javaScript copied to clipboard

typeset JavaScript codes in Latex

Results 7 latex-javaScript issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

Test: \lstinline[language=JavaScript]!import {function} from "@icm/service-name";! results in > Test: import {function}from "@icm/service-name"; Why does it remove the space between `}` and `from`? MWE: https://www.overleaf.com/read/nxxmvwdkvrzm Copy of https://tex.stackexchange.com/q/520807/178966

## Issue Fixed Close #6 ## Proposed Changes - Add basic RegExp literal support (by adding a string type). The string type is necessary (AFAIK), to allow escaped forward slashes...

Support basic RegExp literals.

I'm not completely sure what the side effects are of this, as I can't find any documentation on the matter, but it does solve the problem. ## Issue fixed #4...

## Expected Behavior ``` 'aaaaaaaa\'aaaaaaaa' \__________________/ | Red ``` ## Actual Behavior ``` 'aaaaaaaa\'aaaaaaaa' \_________/\______/ | | Red Black ```

## Expected Behavior No keyword highlighting in block comment ## Actual Behavior see `return` and `Error` highlighted in the comment section ## Steps to Reproduce the Problem 1. just add...

help wanted