HanzoDev1375
HanzoDev1375
```g4 grammar Markdown; // Parser rules @ lexer :: members { // The most recently produced token. private Token lastToken = null; private static String TAG = "Markdown.g4"; /** *...
@PsiCodes hello bro can you send ide your tel?
Hi @msagca So close this thread for the benefit of #472
> > hi [@lzhiyong](https://github.com/lzhiyong) can you adding sdk 36? > > execute the following command > > `/path/to/cmdline-tools/latest/bin/sdkmanager --sdk_root=/path/to/android-sdk --install platforms;android-36` tnks🥰
> @HanzoDev1375 You're going to have to provide a lot more details than that if you want anything to be done about your issue. For example, How are you using...
> @HanzoDev1375 You have not provided enough information to help you. There is no proper data. You test a js code. If the code is not valid for itself, it...
https://github.com/user-attachments/assets/659c479d-bc5d-41c1-8af9-b8db8af045a1 see video and my code ```java protected static CodeFormatter formatterjs; public static String formatJs(String code) throws IOException, BadLocationException { formatterjs = ToolFactory.createCodeFormatter(Collections.emptyMap(), ToolFactory.M_FORMAT_NEW); TextEdit te = formatterjs.format( CodeFormatter.K_JAVASCRIPT_UNIT, code,...
@phax can you send demo java code?
> See e.g. https://github.com/phax/ph-css/blob/master/ph-css/src/test/java/com/helger/css/writer/CSSWriterTest.java#L148 Great, there is only one problem, when I try to sort the properties, it does not respond, sample code ```css h1{ color:red; } ``` What I...
@phax I have a question that has been bothering me. What should I do to parse CSS3 code, for example to get lines and columns?