Skip to content

Instantly share code, notes, and snippets.

View ru-ka's full-sized avatar
😈

Ruka ru-ka

😈
View GitHub Profile
@ru-ka
ru-ka / blink.user.js
Created September 25, 2022 11:19
Blink tag polyfill for modern browsers, see: https://www.w3schools.in/html/blink-tag
@ru-ka
ru-ka / favoriscealla.xml
Last active April 28, 2024 12:36
Language tool italian custom rules (https://community.languagetool.org/ruleEditor2/)
<!-- Italian rule, 2023-04-29 -->
<rule id="FAVORISCE_ALLA" name="favorisce alla">
<pattern>
<token>favorisce</token>
<token postag='ARTPRE\-.*' postag_regexp='yes'></token>
</pattern>
<message>Dopo favorisce non è consentito l'uso di preposizioni articolate</message>
<example correction='favorisce la'><marker>favorisce alla</marker> favorisce allo favorisce alle favorisce agli</example>
<example>favorisce la</example>
<example correction='favorisce lo'>favorisce allo</example>