From 9287cf6b0ba98be2611b5a682dffcc1a8583b151 Mon Sep 17 00:00:00 2001 From: klemens Date: Sun, 2 Jan 2022 21:02:24 +0100 Subject: small typos, should not interrupt anything --- assets/syntaxes/02_Extra/Stylus.sublime-syntax | 4 ++-- doc/README-ko.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/syntaxes/02_Extra/Stylus.sublime-syntax b/assets/syntaxes/02_Extra/Stylus.sublime-syntax index 0b4e5156..99900702 100644 --- a/assets/syntaxes/02_Extra/Stylus.sublime-syntax +++ b/assets/syntaxes/02_Extra/Stylus.sublime-syntax @@ -197,7 +197,7 @@ contexts: scope: entity.other.attribute-name.stylus - match: |- (?x) # multi-line regex definition mode - (?<=^|;|{)\s* # starts after begining of line, '{' or ';'' + (?<=^|;|{)\s* # starts after beginning of line, '{' or ';'' (?= # lookahead for ( [a-zA-Z0-9_-] # then a letter @@ -207,7 +207,7 @@ contexts: (/\*.*?\*/) # comment )+ - \s*[:\s]\s* # value is separted by colon or space + \s*[:\s]\s* # value is separated by colon or space (?!(\s*\{)) # if there are only spaces afterwards diff --git a/doc/README-ko.md b/doc/README-ko.md index 2336f704..956f9c1f 100644 --- a/doc/README-ko.md +++ b/doc/README-ko.md @@ -222,7 +222,7 @@ man 2 select `bat`은 [Ubuntu](https://packages.ubuntu.com/eoan/bat)와 [Debian](https://packages.debian.org/sid/bat) 패키지 배포 과정에 도입되는 중이며, Eoan 19.10 버전의 Ubuntu에서부터 제공됩니다. -현재 Debain에서는 불안정한 "Sid" 브랜치에서만 `bat`이 제공됩니다. +현재 Debian에서는 불안정한 "Sid" 브랜치에서만 `bat`이 제공됩니다. 만약 충분히 최신 버전의 Ubuntu/Debian이 설치되어 있다면 간단히 다음을 실행하세요: -- cgit v1.2.3